Home
last modified time | relevance | path

Searched refs:TimeSpec (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/libcxx/experimental/filesystem/
Dconvert_file_time.sh.cpp35 template <class FileTimeT, class TimeT, class TimeSpec>
161 template <class FileTimeT, class TimeT, class TimeSpec, class Base>
162 struct check_is_representable<FileTimeT, TimeT, TimeSpec, Base,
/external/libcxx/src/experimental/filesystem/
Doperations.cpp547 using TimeSpec = struct timespec; typedef
551 TimeSpec extract_mtime(StatT const& st) { return st.st_mtimespec; } in extract_mtime()
553 TimeSpec extract_atime(StatT const& st) { return st.st_atimespec; } in extract_atime()
555 TimeSpec extract_mtime(StatT const& st) { return st.st_mtim; } in extract_mtime()
557 TimeSpec extract_atime(StatT const& st) { return st.st_atim; } in extract_atime()