HomeSort by relevance Sort by last modified time
    Searched refs:GetMultiDexLocation (Results 1 - 9 of 9) sorted by null

  /art/runtime/
dex_file_test.cc 378 EXPECT_EQ(dexes[0]->GetLocation(), DexFile::GetMultiDexLocation(0, multidex_file.c_str()));
381 EXPECT_EQ(dexes[1]->GetLocation(), DexFile::GetMultiDexLocation(1, multidex_file.c_str()));
534 TEST_F(DexFileTest, GetMultiDexLocation) {
537 ASSERT_EQ("/system/app/framework.jar", DexFile::GetMultiDexLocation(0, dex_location));
539 DexFile::GetMultiDexLocation(1, dex_location));
541 DexFile::GetMultiDexLocation(100, dex_location));
550 std::string multidex_location = DexFile::GetMultiDexLocation(1, dex_location.c_str());
558 std::string multidex_location_sym = DexFile::GetMultiDexLocation(1, dex_location_sym.c_str());
oat_file_assistant.cc 352 std::string multidex_dex_location = DexFile::GetMultiDexLocation(i, dex_location.c_str());
404 std::string dex = DexFile::GetMultiDexLocation(i, dex_location_.c_str());
433 std::string dex = DexFile::GetMultiDexLocation(i, dex_location_.c_str());
882 std::string dex = DexFile::GetMultiDexLocation(i, dex_location_.c_str());
    [all...]
vdex_file.cc 154 std::string location = DexFile::GetMultiDexLocation(i, kVdexLocation);
dex_file.cc 449 std::string fake_location = GetMultiDexLocation(i, location.c_str());
    [all...]
dex_file.h     [all...]
  /art/compiler/
oat_test.cc 754 ASSERT_EQ(DexFile::GetMultiDexLocation(0, zip_file.GetFilename().c_str()),
761 ASSERT_EQ(DexFile::GetMultiDexLocation(1, zip_file.GetFilename().c_str())
    [all...]
oat_writer.cc 438 zipped_dex_file_locations_.push_back(DexFile::GetMultiDexLocation(i, location));
468 zipped_dex_file_locations_.push_back(DexFile::GetMultiDexLocation(i, location));
    [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/runtime/jit/
profile_compilation_info.cc     [all...]

Completed in 1572 milliseconds