Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/common/
H A Dstrings_test.cc230 std::time_t from_time = 0; in TEST() local
231 …me_point<std::chrono::system_clock> time_point = std::chrono::system_clock::from_time_t(from_time); in TEST()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Doperations.cpp780 auto from_time = detail::extract_mtime(from_stat); in __copy_file() local
782 if (from_time.tv_sec < to_time.tv_sec) in __copy_file()
784 if (from_time.tv_sec == to_time.tv_sec && in __copy_file()
785 from_time.tv_nsec <= to_time.tv_nsec) in __copy_file()