Home
last modified time | relevance | path

Searched defs:time_util_base (Results 1 – 1 of 1) sorted by relevance

/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Dfilesystem_common.h210 struct time_util_base { struct
211 using rep = typename FileTimeT::rep;
213 using fs_seconds = duration<rep>;
214 using fs_nanoseconds = duration<rep, nano>;
215 using fs_microseconds = duration<rep, micro>;
217 static constexpr rep max_seconds =
220 static constexpr rep max_nsec =
225 static constexpr rep min_seconds =
228 static constexpr rep min_nsec_timespec =
236 static constexpr fs_duration get_min_nsecs() { in get_min_nsecs()
[all …]