Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_test.cpp1929 std::string decompressed_ota_apex = in TEST_F() local
1932 UnmountOnTearDown(decompressed_ota_apex); in TEST_F()
1936 auto last_write_time_1 = fs::last_write_time(decompressed_ota_apex, ec); in TEST_F()
1938 << decompressed_ota_apex; in TEST_F()
1946 auto last_write_time_2 = fs::last_write_time(decompressed_ota_apex, ec); in TEST_F()
1948 << decompressed_ota_apex << ec.message(); in TEST_F()
2060 std::string decompressed_ota_apex = in TEST_F() local
2063 UnmountOnTearDown(decompressed_ota_apex); in TEST_F()
2076 /* modulePath= */ decompressed_ota_apex, in TEST_F()
2080 GetMTime(decompressed_ota_apex)); in TEST_F()
[all …]