Home
last modified time | relevance | path

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

/system/iorap/src/maintenance/
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()
/system/apex/apexd/
Dapexd_test.cpp434 auto last_write_time_1 = fs::last_write_time(decompressed_apex_path, ec); in TEST_F()
444 auto last_write_time_2 = fs::last_write_time(decompressed_apex_path, ec); in TEST_F()
1936 auto last_write_time_1 = fs::last_write_time(decompressed_ota_apex, ec); in TEST_F()
1946 auto last_write_time_2 = fs::last_write_time(decompressed_ota_apex, ec); in TEST_F()