Searched defs:dex_location (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dex_file_test.cc | 353 const char* dex_location = dex_location_str.c_str(); in TEST_F() local 362 std::string dex_location(dex_location_real.get()); in TEST_F() local
|
D | class_linker.cc | 697 const char* dex_location = dex_file.GetLocation().c_str(); in FindOpenedOatDexFileForDexFile() local 703 const char* dex_location, in FindOpenedOatDexFile() 736 const char* dex_location, in LoadMultiDexFilesFromOatFile() 827 bool ClassLinker::OpenDexFilesFromOat(const char* dex_location, const char* oat_location, in OpenDexFilesFromOat() 979 const OatFile* ClassLinker::FindOatFileInOatLocationForDexFile(const char* dex_location, in FindOatFileInOatLocationForDexFile() 1044 const OatFile* ClassLinker::CreateOatFileForDexLocation(const char* dex_location, in CreateOatFileForDexLocation() 1135 const char* dex_location, in VerifyOatAndDexFileChecksums() 1168 const char* dex_location, in VerifyOatWithDexFile() 1199 const char* dex_location, in FindOatFileContainingDexFileFromDexLocation() 1247 const OatFile* ClassLinker::OpenOatFileFromDexLocation(const std::string& dex_location, in OpenOatFileFromDexLocation()
|
D | oat_file.cc | 368 const OatFile::OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile()
|
D | dex_file.cc | 960 std::string DexFile::GetMultiDexClassesDexName(size_t number, const char* dex_location) { in GetMultiDexClassesDexName() 968 std::string DexFile::GetDexCanonicalLocation(const char* dex_location) { in GetDexCanonicalLocation()
|
/art/dex2oat/ |
D | dex2oat.cc | 600 const char* dex_location = dex_locations[i]; in OpenDexFiles() local
|