Lines Matching refs:decompressed_apex_path
522 auto decompressed_apex_path = StringPrintf( in TEST_F() local
525 auto last_write_time_1 = fs::last_write_time(decompressed_apex_path, ec); in TEST_F()
527 << decompressed_apex_path; in TEST_F()
535 auto last_write_time_2 = fs::last_write_time(decompressed_apex_path, ec); in TEST_F()
537 << decompressed_apex_path; in TEST_F()
3855 auto decompressed_apex_path = StringPrintf( in TEST_F() local
3860 decompressed_apex_path); in TEST_F()
3861 auto different_digest_apex = ApexFile::Open(decompressed_apex_path); in TEST_F()
3875 UnmountOnTearDown(decompressed_apex_path); in TEST_F()
3878 auto decompressed_apex = ApexFile::Open(decompressed_apex_path); in TEST_F()
4859 auto decompressed_apex_path = StringPrintf( in TEST_F() local
4864 GetSelinuxContext(decompressed_apex_path)); in TEST_F()
4867 ASSERT_EQ(0, setfilecon(decompressed_apex_path.c_str(), in TEST_F()
4870 GetSelinuxContext(decompressed_apex_path)); in TEST_F()
4877 GetSelinuxContext(decompressed_apex_path)); in TEST_F()