Home
last modified time | relevance | path

Searched defs:multidex_location (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_loader.cc423 std::string multidex_location = GetMultiDexLocation(i, location_.c_str()); in Open() local
573 std::string multidex_location = GetMultiDexLocation(*multidex_count, location.c_str()); in OpenFromZipEntry() local
H A Dart_dex_file_loader_test.cc348 std::string multidex_location = DexFileLoader::GetMultiDexLocation(1, dex_location.c_str()); in TEST_F() local
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.cc462 std::string multidex_location = DexFileLoader::GetMultiDexLocation(i, location); in AddVdexDexFilesSource() local