Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dfilesystem_common.h253 struct StatT { struct
274 using StatT = struct stat; argument
459 inline TimeSpec extract_mtime(StatT const& st) { return st.st_mtimespec; }
460 inline TimeSpec extract_atime(StatT const& st) { return st.st_atimespec; }
462 inline TimeSpec extract_mtime(StatT const& st) {
466 inline TimeSpec extract_atime(StatT const& st) {
471 inline TimeSpec extract_mtime(StatT const& st) {
475 inline TimeSpec extract_atime(StatT const& st) {
480 inline TimeSpec extract_mtime(StatT const& st) { return st.st_mtim; }
481 inline TimeSpec extract_atime(StatT const& st) { return st.st_atim; }
H A Doperations.cpp481 StatT m_stat;
582 StatT path_stat; in posix_stat()
594 StatT path_stat; in posix_lstat()
617 bool stat_equivalent(const StatT& st1, const StatT& st2) { in stat_equivalent()
1145 StatT st; in __file_size()
1162 StatT st; in __hard_link_count()
1173 StatT pst; in __fs_is_empty()
1207 StatT st; in __last_write_time()
1235 StatT st; in __last_write_time()
1311 StatT sb; in __read_symlink()
[all …]
H A Dposix_compat.h172 int stat_handle(HANDLE h, StatT *buf) { in stat_handle()
210 int stat_file(const wchar_t *path, StatT *buf, DWORD flags) { in stat_file()
218 int stat(const wchar_t *path, StatT *buf) { return stat_file(path, buf, 0); } in stat()
220 int lstat(const wchar_t *path, StatT *buf) { in lstat()
224 int fstat(int fd, StatT *buf) { in fstat()