Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp562 using FSTime = fs_time_util<file_time_type, time_t, struct timespec>; typedef
576 if (!FSTime::is_representable(ts)) { in __last_write_time()
581 return FSTime::convert_timespec(ts); in __last_write_time()
604 const bool overflowed = !FSTime::set_times_checked<microseconds>( in __last_write_time()
620 const bool overflowed = !FSTime::set_times_checked<nanoseconds>( in __last_write_time()