Lines Matching refs:decompressed_ota_apex
2475 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()
2638 ASSERT_EQ(data.full_path, decompressed_ota_apex); in TEST_F()
2645 auto decompressed_apex = ApexFile::Open(decompressed_ota_apex); in TEST_F()