Lines Matching refs:dex_location
76 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant() argument
80 : OatFileAssistant(dex_location, in OatFileAssistant()
89 OatFileAssistant::OatFileAssistant(const char* dex_location, in OatFileAssistant() argument
102 CHECK(dex_location != nullptr) << "OatFileAssistant: null dex location"; in OatFileAssistant()
111 dex_location_.assign(dex_location); in OatFileAssistant()
259 const OatFile &oat_file, const char *dex_location) { in LoadDexFiles() argument
261 if (LoadDexFiles(oat_file, dex_location, &dex_files)) { in LoadDexFiles()
270 const std::string& dex_location, in LoadDexFiles() argument
275 dex_location.c_str(), nullptr, &error_msg); in LoadDexFiles()
290 std::string multidex_dex_location = DexFileLoader::GetMultiDexLocation(i, dex_location.c_str()); in LoadDexFiles()
439 /* out */ std::string* dex_location, in AnonymousDexVdexLocation() argument
451 *dex_location = StringPrintf("%s%u", kAnonymousDexPrefix, checksum); in AnonymousDexVdexLocation()
454 *dex_location = StringPrintf("%s/%s%u.jar", data_dir.c_str(), kAnonymousDexPrefix, checksum); in AnonymousDexVdexLocation()
458 if (!DexLocationToOdexFilename(*dex_location, isa, &odex_filename, &error_msg)) { in AnonymousDexVdexLocation()
459 LOG(WARNING) << "Could not get odex filename for " << *dex_location << ": " << error_msg; in AnonymousDexVdexLocation()