Searched defs:dex_location (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dex_file_test.cc | 350 const char* dex_location = dex_location_str.c_str(); in TEST_F() local 359 std::string dex_location(dex_location_real.get()); in TEST_F() local
|
D | class_linker.cc | 681 const char* dex_location = dex_file.GetLocation().c_str(); in FindOpenedOatDexFileForDexFile() local 687 const char* dex_location, in FindOpenedOatDexFile() 720 const char* dex_location, in LoadMultiDexFilesFromOatFile() 811 bool ClassLinker::OpenDexFilesFromOat(const char* dex_location, const char* oat_location, in OpenDexFilesFromOat() 963 const OatFile* ClassLinker::FindOatFileInOatLocationForDexFile(const char* dex_location, in FindOatFileInOatLocationForDexFile() 1028 const OatFile* ClassLinker::CreateOatFileForDexLocation(const char* dex_location, in CreateOatFileForDexLocation() 1115 const char* dex_location, in VerifyOatAndDexFileChecksums() 1148 const char* dex_location, in VerifyOatWithDexFile() 1179 const char* dex_location, in FindOatFileContainingDexFileFromDexLocation() 1227 const OatFile* ClassLinker::OpenOatFileFromDexLocation(const std::string& dex_location, in OpenOatFileFromDexLocation()
|
D | oat_file.cc | 361 const OatFile::OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile()
|
D | dex_file.cc | 953 std::string DexFile::GetMultiDexClassesDexName(size_t number, const char* dex_location) { in GetMultiDexClassesDexName() 961 std::string DexFile::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation()
|
/art/dex2oat/ |
D | dex2oat.cc | 568 const char* dex_location = dex_locations[i]; in OpenDexFiles() local
|