Lines Matching refs:decompressed_apex_path
501 auto decompressed_apex_path = StringPrintf( in TEST_F() local
504 auto last_write_time_1 = fs::last_write_time(decompressed_apex_path, ec); in TEST_F()
506 << decompressed_apex_path; in TEST_F()
514 auto last_write_time_2 = fs::last_write_time(decompressed_apex_path, ec); in TEST_F()
516 << decompressed_apex_path; in TEST_F()
3844 auto decompressed_apex_path = StringPrintf( in TEST_F() local
3849 decompressed_apex_path); in TEST_F()
3850 auto different_digest_apex = ApexFile::Open(decompressed_apex_path); in TEST_F()
3864 UnmountOnTearDown(decompressed_apex_path); in TEST_F()
3867 auto decompressed_apex = ApexFile::Open(decompressed_apex_path); in TEST_F()
4931 auto decompressed_apex_path = StringPrintf( in TEST_F() local
4936 GetSelinuxContext(decompressed_apex_path)); in TEST_F()
4939 ASSERT_EQ(0, setfilecon(decompressed_apex_path.c_str(), in TEST_F()
4942 GetSelinuxContext(decompressed_apex_path)); in TEST_F()
4949 GetSelinuxContext(decompressed_apex_path)); in TEST_F()