Searched refs:GetMultiDexLocation (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | dex_file_test.cc | 359 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()
|
D | oat_file_assistant.cc | 227 std::string secondary_dex_location = DexFile::GetMultiDexLocation(i, dex_location); in LoadDexFiles() 409 = DexFile::GetMultiDexLocation(i, dex_location_); in GivenOatFileIsOutOfDate()
|
D | dex_file.cc | 350 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
|
D | dex_file.h | 901 static std::string GetMultiDexLocation(size_t index, const char* dex_location);
|