Searched refs:stat_file (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | posix_compat.h | 211 int stat_file(const wchar_t *path, StatT *buf, DWORD flags) { in stat_file() function 219 int stat(const wchar_t *path, StatT *buf) { return stat_file(path, buf, 0); } in stat() 222 return stat_file(path, buf, FILE_FLAG_OPEN_REPARSE_POINT); in lstat()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 2249 int stat_file = -1; in __kmp_get_load_balance() local 2355 stat_file = open(stat_path.str, O_RDONLY); in __kmp_get_load_balance() 2356 if (stat_file == -1) { in __kmp_get_load_balance() 2386 len = read(stat_file, buffer, sizeof(buffer) - 1); in __kmp_get_load_balance() 2404 close(stat_file); in __kmp_get_load_balance() 2405 stat_file = -1; in __kmp_get_load_balance() 2434 if (stat_file != -1) { in __kmp_get_load_balance() 2435 close(stat_file); in __kmp_get_load_balance()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
| H A D | last_write_time.pass.cpp | 73 static int stat_file(const char *path, StatT *buf, int flags) { in stat_file() function 91 return stat_file(path, buf, 0); in stat() 94 return stat_file(path, buf, FILE_FLAG_OPEN_REPARSE_POINT); in lstat()
|