Lines Matching refs:dex_location
77 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant() argument
81 : OatFileAssistant(dex_location, in OatFileAssistant()
90 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant() argument
103 CHECK(dex_location != nullptr) << "OatFileAssistant: null dex location"; in OatFileAssistant()
112 dex_location_.assign(dex_location); in OatFileAssistant()
260 const OatFile &oat_file, const char *dex_location) { in LoadDexFiles() argument
262 if (LoadDexFiles(oat_file, dex_location, &dex_files)) { in LoadDexFiles()
271 const std::string& dex_location, in LoadDexFiles() argument
276 dex_location.c_str(), nullptr, &error_msg); in LoadDexFiles()
291 std::string multidex_dex_location = DexFileLoader::GetMultiDexLocation(i, dex_location.c_str()); in LoadDexFiles()
443 /* out */ std::string* dex_location, in AnonymousDexVdexLocation() argument
455 *dex_location = StringPrintf("%s%u", kAnonymousDexPrefix, checksum); in AnonymousDexVdexLocation()
458 *dex_location = StringPrintf("%s/%s%u.jar", data_dir.c_str(), kAnonymousDexPrefix, checksum); in AnonymousDexVdexLocation()
462 if (!DexLocationToOdexFilename(*dex_location, isa, &odex_filename, &error_msg)) { in AnonymousDexVdexLocation()
463 LOG(WARNING) << "Could not get odex filename for " << *dex_location << ": " << error_msg; in AnonymousDexVdexLocation()