Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_test.cpp2475 std::string decompressed_ota_apex = in TEST_F() local
2478 UnmountOnTearDown(decompressed_ota_apex); in TEST_F()
2482 auto last_write_time_1 = fs::last_write_time(decompressed_ota_apex, ec); in TEST_F()
2484 << decompressed_ota_apex; in TEST_F()
2492 auto last_write_time_2 = fs::last_write_time(decompressed_ota_apex, ec); in TEST_F()
2494 << decompressed_ota_apex << ec.message(); in TEST_F()
2608 std::string decompressed_ota_apex = in TEST_F() local
2611 UnmountOnTearDown(decompressed_ota_apex); in TEST_F()
2624 /* modulePath= */ decompressed_ota_apex, in TEST_F()
2628 GetMTime(decompressed_ota_apex), in TEST_F()
[all …]