Home
last modified time | relevance | path

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

/aosp12/system/iorap/src/maintenance/
H A Dcontroller.cc505 auto last_write_time = std::filesystem::last_write_time(path, /*out*/ec); in GetTimestampForPrefetchFile() local
510 time_t time = decltype(last_write_time)::clock::to_time_t(last_write_time); in GetTimestampForPrefetchFile()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/
H A Dfilesystem176 file_time_type last_write_time(const path& p);
177 file_time_type last_write_time(const path& p, error_code& ec) noexcept;
178 void last_write_time(const path& p, file_time_type new_time);
179 void last_write_time(const path& p, file_time_type new_time,
1817 last_write_time(const path& __p) {
1822 last_write_time(const path& __p, error_code& __ec) noexcept {
1826 inline _LIBCPP_INLINE_VISIBILITY void last_write_time(const path& __p,
1832 last_write_time(const path& __p, file_time_type __t,
2145 file_time_type last_write_time() const { return __get_write_time(); }
2148 file_time_type last_write_time(error_code& __ec) const noexcept {
[all …]
/aosp12/system/apex/apexd/
H A Dapexd_test.cpp436 auto last_write_time_1 = fs::last_write_time(decompressed_apex_path, ec); in TEST_F()
446 auto last_write_time_2 = fs::last_write_time(decompressed_apex_path, ec); in TEST_F()
1938 auto last_write_time_1 = fs::last_write_time(decompressed_ota_apex, ec); in TEST_F()
1948 auto last_write_time_2 = fs::last_write_time(decompressed_ota_apex, ec); in TEST_F()