Lines Matching refs:DexFileLoader
107 uint32_t expected_checksum = DexFileLoader::GetMultiDexChecksum(dex_files); in TEST_F()
122 uint32_t expected_checksum = DexFileLoader::GetMultiDexChecksum(dexes); in TEST_F()
123 EXPECT_EQ(dexes[0]->GetLocation(), DexFileLoader::GetMultiDexLocation(0, multidex_file.c_str())); in TEST_F()
124 EXPECT_EQ(dexes[1]->GetLocation(), DexFileLoader::GetMultiDexLocation(1, multidex_file.c_str())); in TEST_F()
141 DexFileLoader loader(multidex_file); in TEST_F()
347 ASSERT_EQ(dex_location, DexFileLoader::GetDexCanonicalLocation(dex_location.c_str())); in TEST_F()
348 std::string multidex_location = DexFileLoader::GetMultiDexLocation(1, dex_location.c_str()); in TEST_F()
349 ASSERT_EQ(multidex_location, DexFileLoader::GetDexCanonicalLocation(multidex_location.c_str())); in TEST_F()
354 ASSERT_EQ(dex_location, DexFileLoader::GetDexCanonicalLocation(dex_location_sym.c_str())); in TEST_F()
356 std::string multidex_location_sym = DexFileLoader::GetMultiDexLocation( in TEST_F()
359 DexFileLoader::GetDexCanonicalLocation(multidex_location_sym.c_str())); in TEST_F()