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

/openbsd-current/gnu/llvm/libcxx/src/filesystem/
H A Dposix_compat.h211 int stat_file(const wchar_t *path, StatT *buf, DWORD flags) { function in namespace:detail::__anon248
219 int stat(const wchar_t *path, StatT *buf) { return stat_file(path, buf, 0); }
222 return stat_file(path, buf, FILE_FLAG_OPEN_REPARSE_POINT);

Completed in 114 milliseconds