Home
last modified time | relevance | path

Searched defs:lstat (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp139 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); } in lstat() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp122 DECLARE__REAL_AND_INTERNAL64(uptr, lstat, const char *path, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument
/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h199 inline int lstat(const wchar_t* path, StatT* buf) { return stat_file(path, buf, FILE_FLAG_OPEN_REPARSE_POINT); } lstat() function
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp93 static int lstat(const char *path, StatT *buf) { in lstat() function