Searched defs:lstat (Results 1 – 4 of 4) sorted by relevance
/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_wrappers.cpp | 139 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); } in lstat() function
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_solaris.cpp | 122 DECLARE__REAL_AND_INTERNAL64(uptr, lstat, const char *path, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument
|
/llvm-project/libcxx/src/filesystem/ |
H A D | posix_compat.h | 199 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 D | last_write_time.pass.cpp | 93 static int lstat(const char *path, StatT *buf) { in lstat() function
|