Home
last modified time | relevance | path

Searched refs:GetMultiDexLocation (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Ddex_file_test.cc359 TEST_F(DexFileTest, GetMultiDexLocation) { in TEST_F() argument
362 ASSERT_EQ("/system/app/framework.jar", DexFile::GetMultiDexLocation(0, dex_location)); in TEST_F()
364 DexFile::GetMultiDexLocation(1, dex_location)); in TEST_F()
366 DexFile::GetMultiDexLocation(100, dex_location)); in TEST_F()
375 std::string multidex_location = DexFile::GetMultiDexLocation(1, dex_location.c_str()); in TEST_F()
383 std::string multidex_location_sym = DexFile::GetMultiDexLocation(1, dex_location_sym.c_str()); in TEST_F()
Doat_file_assistant.cc227 std::string secondary_dex_location = DexFile::GetMultiDexLocation(i, dex_location); in LoadDexFiles()
409 = DexFile::GetMultiDexLocation(i, dex_location_); in GivenOatFileIsOutOfDate()
Ddex_file.cc350 std::string fake_location = GetMultiDexLocation(i, location.c_str()); in OpenFromZip()
1023 std::string DexFile::GetMultiDexLocation(size_t index, const char* dex_location) { in GetMultiDexLocation() function in art::DexFile
Ddex_file.h901 static std::string GetMultiDexLocation(size_t index, const char* dex_location);