Searched refs:dex_file_location (Results 1 – 5 of 5) sorted by relevance
/art/runtime/oat/ |
D | oat_file.cc | 199 const std::string& dex_file_location, 206 const std::string& dex_file_location, 450 const std::string& dex_file_location, in ReadIndexBssMapping() argument 459 dex_file_location.c_str(), in ReadIndexBssMapping() 480 dex_file_location.c_str(), in ReadIndexBssMapping() 495 const std::string& dex_file_location, in ReadBssMappingInfo() argument 500 oat, container_tag, dex_file_index, dex_file_location, tag, mapping, error_msg); in ReadBssMappingInfo() 730 std::string dex_file_location(oat_dex_file_location); in Setup() local 731 bool is_multidex = DexFileLoader::IsMultiDexLocation(dex_file_location); in Setup() 739 dex_file_location.c_str()); in Setup() [all …]
|
D | oat_file.h | 626 const std::string& dex_file_location, 646 const std::string& dex_file_location,
|
/art/oatdump/ |
D | oatdump.cc | 968 std::string dex_file_location = oat_dex_file.GetDexFileLocation(); in ExportDexFile() local 984 os << "Failed to open dex file '" << dex_file_location << "': " << error_msg; in ExportDexFile() 999 os << "Unexpected checksum from unquicken dex file '" << dex_file_location << "'\n"; in ExportDexFile() 1004 CHECK(dex_file->IsDexContainerFirstEntry()) << dex_file_location; in ExportDexFile() 1016 if (dex_file_location.size() > PATH_MAX || dex_file_location.size() <= 0) { in ExportDexFile() 1021 size_t dex_orig_pos = dex_file_location.rfind('/'); in ExportDexFile() 1023 dex_orig_name = dex_file_location; in ExportDexFile() 1025 dex_orig_name = dex_file_location.substr(dex_orig_pos + 1); in ExportDexFile() 1031 dex_file_location.erase(dex_orig_pos, strlen("base.apk") + 1); in ExportDexFile() 1032 size_t apk_orig_pos = dex_file_location.rfind('/'); in ExportDexFile() [all …]
|
/art/runtime/gc/space/ |
D | image_space.cc | 3460 const std::string& dex_file_location = dex_filenames.empty() ? in ValidateOatFile() local 3474 ArtDexFileLoader dex_loader(&dex_file, dex_file_location); in ValidateOatFile() 3480 dex_file_location.c_str(), in ValidateOatFile() 3492 dex_file_location.c_str(), in ValidateOatFile()
|
/art/runtime/ |
D | class_linker.cc | 1911 std::string dex_file_location(dex_cache->GetLocation()->ToModifiedUtf8()); in OpenImageDexFiles() local 1913 dex_file_location.c_str(), in OpenImageDexFiles() 1947 std::string dex_file_location = dex_cache->GetLocation()->ToModifiedUtf8(); in OpenAndInitImageDexFiles() local 1949 OpenOatDexFile(oat_file, dex_file_location.c_str(), error_msg); in OpenAndInitImageDexFiles() 4205 std::string dex_file_location = dex_file.GetLocation(); in RegisterDexFileLocked() local 4210 CHECK_GE(dex_file_location.length(), dex_cache_length) in RegisterDexFileLocked() 4212 const std::string dex_file_suffix = dex_file_location.substr( in RegisterDexFileLocked() 4213 dex_file_location.length() - dex_cache_length, in RegisterDexFileLocked()
|