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.h185 inline int stat_file(const wchar_t* path, StatT* buf, DWORD flags) { in stat_file() function
193 inline int stat(const wchar_t* path, StatT* buf) { return stat_file(path, buf, 0); } in stat()
195 inline int lstat(const wchar_t* path, StatT* buf) { return stat_file(path, buf, FILE_FLAG_OPEN_REPA… in lstat()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp2538 int stat_file = -1; in __kmp_get_load_balance() local
2646 stat_file = open(stat_path.str, O_RDONLY); in __kmp_get_load_balance()
2647 if (stat_file == -1) { in __kmp_get_load_balance()
2677 len = read(stat_file, buffer, sizeof(buffer) - 1); in __kmp_get_load_balance()
2695 close(stat_file); in __kmp_get_load_balance()
2696 stat_file = -1; in __kmp_get_load_balance()
2725 if (stat_file != -1) { in __kmp_get_load_balance()
2726 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