Home
last modified time | relevance | path

Searched refs:stat_file (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h189 inline int stat_file(const wchar_t* path, StatT* buf, DWORD flags) { in stat_file()
197 inline int stat(const wchar_t* path, StatT* buf) { return stat_file(path, buf, 0); } in lstat()
199 inline int lstat(const wchar_t* path, StatT* buf) { return stat_file(path, buf, FILE_FLAG_OPEN_REPARSE_POINT); }
186 inline int stat_file(const wchar_t *path, StatT *buf, DWORD flags) { stat_file() function
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp2527 int stat_file = -1; in __kmp_get_load_balance() local
2635 stat_file = open(stat_path.str, O_RDONLY); in __kmp_get_load_balance()
2636 if (stat_file == -1) { in __kmp_get_load_balance()
2666 len = read(stat_file, buffer, sizeof(buffer) - 1); in __kmp_get_load_balance()
2684 close(stat_file); in __kmp_get_load_balance()
2685 stat_file = -1; in __kmp_get_load_balance()
2714 if (stat_file != -1) { in __kmp_get_load_balance()
2715 close(stat_file); in __kmp_get_load_balance()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h328 struct bnxt_re_dbg_file stat_file; member