Lines Matching refs:decompressed_active_apex

1964   std::string decompressed_active_apex =  in TEST_F()  local
1967 UnmountOnTearDown(decompressed_active_apex); in TEST_F()
1980 /* modulePath= */ decompressed_active_apex, in TEST_F()
1984 GetMTime(decompressed_active_apex)); in TEST_F()
1993 ASSERT_EQ(data.full_path, decompressed_active_apex); in TEST_F()
2012 std::string decompressed_active_apex = StringPrintf( in TEST_F() local
2015 UnmountOnTearDown(decompressed_active_apex); in TEST_F()
2028 /* modulePath= */ decompressed_active_apex, in TEST_F()
2032 GetMTime(decompressed_active_apex)); in TEST_F()
2041 ASSERT_EQ(data.full_path, decompressed_active_apex); in TEST_F()
2124 std::string decompressed_active_apex = in TEST_F() local
2127 UnmountOnTearDown(decompressed_active_apex); in TEST_F()
2140 /* modulePath= */ decompressed_active_apex, in TEST_F()
2144 GetMTime(decompressed_active_apex)); in TEST_F()
2153 ASSERT_EQ(data.full_path, decompressed_active_apex); in TEST_F()
2207 std::string decompressed_active_apex = in TEST_F() local
2210 UnmountOnTearDown(decompressed_active_apex); in TEST_F()
2223 /* modulePath= */ decompressed_active_apex, in TEST_F()
2227 GetMTime(decompressed_active_apex)); in TEST_F()
2288 std::string decompressed_active_apex = in TEST_F() local
2291 UnmountOnTearDown(decompressed_active_apex); in TEST_F()
2304 /* modulePath= */ decompressed_active_apex, in TEST_F()
2308 GetMTime(decompressed_active_apex)); in TEST_F()
2317 ASSERT_EQ(data.full_path, decompressed_active_apex); in TEST_F()
2379 std::string decompressed_active_apex = in TEST_F() local
2382 UnmountOnTearDown(decompressed_active_apex); in TEST_F()
2395 /* modulePath= */ decompressed_active_apex, in TEST_F()
2399 GetMTime(decompressed_active_apex)); in TEST_F()
2408 ASSERT_EQ(data.full_path, decompressed_active_apex); in TEST_F()
2845 std::string decompressed_active_apex = StringPrintf( in TEST_F() local
2848 UnmountOnTearDown(decompressed_active_apex); in TEST_F()
2860 ASSERT_EQ(data.full_path, decompressed_active_apex); in TEST_F()
2947 std::string decompressed_active_apex = StringPrintf( in TEST_F() local
2950 UnmountOnTearDown(decompressed_active_apex); in TEST_F()
2963 ASSERT_EQ(data.full_path, decompressed_active_apex); in TEST_F()
2983 std::string decompressed_active_apex = StringPrintf( in TEST_F() local
2986 UnmountOnTearDown(decompressed_active_apex); in TEST_F()
2999 ASSERT_EQ(data.full_path, decompressed_active_apex); in TEST_F()
3021 std::string decompressed_active_apex = StringPrintf( in TEST_F() local
3024 UnmountOnTearDown(decompressed_active_apex); in TEST_F()
3036 ASSERT_EQ(data.full_path, decompressed_active_apex); in TEST_F()
3061 std::string decompressed_active_apex = StringPrintf( in TEST_F() local
3064 UnmountOnTearDown(decompressed_active_apex); in TEST_F()
3076 ASSERT_EQ(data.full_path, decompressed_active_apex); in TEST_F()
3169 std::string decompressed_active_apex = StringPrintf( in TEST_F() local
3172 UnmountOnTearDown(decompressed_active_apex); in TEST_F()
3184 ASSERT_EQ(data.full_path, decompressed_active_apex); in TEST_F()
3299 std::string decompressed_active_apex = StringPrintf( in TEST_F() local
3302 UnmountOnTearDown(decompressed_active_apex); in TEST_F()
3306 auto decompressed_apex = ApexFile::Open(decompressed_active_apex); in TEST_F()