/aosp_15_r20/art/libdexfile/dex/ |
H A D | dex_file_loader_test.cc | 538 TEST_F(DexFileLoaderTest, GetMultiDexLocation) { in TEST_F() argument 541 ASSERT_EQ("/system/app/framework.jar", DexFileLoader::GetMultiDexLocation(0, dex_location)); in TEST_F() 543 DexFileLoader::GetMultiDexLocation(1, dex_location)); in TEST_F() 545 DexFileLoader::GetMultiDexLocation(100, dex_location)); in TEST_F()
|
H A D | art_dex_file_loader_test.cc | 123 EXPECT_EQ(dexes[0]->GetLocation(), DexFileLoader::GetMultiDexLocation(0, multidex_file.c_str())); in TEST_F() 124 EXPECT_EQ(dexes[1]->GetLocation(), DexFileLoader::GetMultiDexLocation(1, multidex_file.c_str())); in TEST_F() 348 std::string multidex_location = DexFileLoader::GetMultiDexLocation(1, dex_location.c_str()); in TEST_F() 356 std::string multidex_location_sym = DexFileLoader::GetMultiDexLocation( in TEST_F()
|
H A D | dex_file_loader.cc | 156 std::string DexFileLoader::GetMultiDexLocation(size_t index, const char* dex_location) { in GetMultiDexLocation() function in art::DexFileLoader 197 checksums->emplace_back(GetMultiDexLocation(i, location_.c_str()), zip_entry->GetCrc32()); in GetMultiDexChecksums() 218 checksums->emplace_back(GetMultiDexLocation(i++, location_.c_str()), header->checksum_); in GetMultiDexChecksums() 423 std::string multidex_location = GetMultiDexLocation(i, location_.c_str()); in Open() 573 std::string multidex_location = GetMultiDexLocation(*multidex_count, location.c_str()); in OpenFromZipEntry()
|
H A D | dex_file_loader.h | 74 static std::string GetMultiDexLocation(size_t index, const char* dex_location);
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | oat_writer_test.cc | 778 ASSERT_EQ(DexFileLoader::GetMultiDexLocation(0, zip_file.GetFilename().c_str()), in TestZipFileInput() 785 ASSERT_EQ(DexFileLoader::GetMultiDexLocation(1, zip_file.GetFilename().c_str()), in TestZipFileInput() 827 ASSERT_EQ(DexFileLoader::GetMultiDexLocation(0, zip_file.GetFilename().c_str()), in TestZipFileInput() 834 ASSERT_EQ(DexFileLoader::GetMultiDexLocation(1, zip_file.GetFilename().c_str()), in TestZipFileInput()
|
H A D | oat_writer.cc | 462 std::string multidex_location = DexFileLoader::GetMultiDexLocation(i, location); in AddVdexDexFilesSource()
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/ |
D | dex_file_loader.h | 69 static std::string GetMultiDexLocation(size_t index, const char* dex_location);
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/ |
D | dex_file_loader.h | 69 static std::string GetMultiDexLocation(size_t index, const char* dex_location);
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/ |
D | dex_file_loader.h | 73 static std::string GetMultiDexLocation(size_t index, const char* dex_location);
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/ |
D | dex_file_loader.h | 73 static std::string GetMultiDexLocation(size_t index, const char* dex_location);
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/ |
D | dex_file_loader.h | 73 static std::string GetMultiDexLocation(size_t index, const char* dex_location);
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/ |
D | dex_file_loader.h | 73 static std::string GetMultiDexLocation(size_t index, const char* dex_location);
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/ |
D | dex_file_loader.h | 73 static std::string GetMultiDexLocation(size_t index, const char* dex_location);
|
/aosp_15_r20/art/runtime/oat/ |
H A D | oat_file_assistant.cc | 428 std::string multidex_dex_location = DexFileLoader::GetMultiDexLocation(i, dex_location.c_str()); in LoadDexFiles() 477 std::string dex = DexFileLoader::GetMultiDexLocation(i, dex_location_.c_str()); in DexChecksumUpToDate()
|
H A D | oat_file_manager.cc | 575 DexFileLoader::GetMultiDexLocation(i, dex_location.c_str())); in OpenDexFilesFromOat_Impl()
|
H A D | oat_file.cc | 1789 std::string location = DexFileLoader::GetMultiDexLocation(i, dex_location.c_str()); in Open()
|
/aosp_15_r20/art/runtime/ |
H A D | vdex_file.cc | 224 std::string location = DexFileLoader::GetMultiDexLocation(i, kVdexLocation); in OpenAllDexFiles()
|
/aosp_15_r20/art/libprofile/profile/ |
H A D | profile_compilation_info.cc | 2318 std::string dex_location = DexFileLoader::GetMultiDexLocation(i, base_dex_location.c_str()); in GenerateTestProfile()
|
/aosp_15_r20/out/soong/.intermediates/art/libdexfile/libdexfile/android_arm64_armv8-2a_cortex-a55_shared_apex31/obj/art/libdexfile/dex/ |
D | dex_file_loader.sdump | 6886 "function_name" : "art::DexFileLoader::GetMultiDexLocation",
|