Home
last modified time | relevance | path

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

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