Home
last modified time | relevance | path

Searched refs:dex_location_ (Results 1 – 5 of 5) sorted by relevance

/art/runtime/oat/
Doat_file_assistant.cc138 dex_location_.assign(dex_location); in OatFileAssistant()
170 if (DexLocationToOdexFilename(dex_location_, isa_, &odex_file_name, &error_msg)) { in OatFileAssistant()
180 std::string dm_file_name = GetDmFilename(dex_location_); in OatFileAssistant()
193 if (DexLocationToOatFilename(dex_location_, in OatFileAssistant()
206 LOG(WARNING) << "Failed to determine oat file name for dex location " << dex_location_ << ": " in OatFileAssistant()
215 size_t pos = dex_location_.rfind('/'); in OatFileAssistant()
217 LOG(WARNING) << "Failed to determine dex file parent directory: " << dex_location_; in OatFileAssistant()
221 std::string parent = dex_location_.substr(0, pos); in OatFileAssistant()
225 VLOG(oat) << "Dex parent of " << dex_location_ << " is not writable: " << strerror(errno); in OatFileAssistant()
284 if (boot_class_path_location == dex_location_) { in IsInBootClassPath()
[all …]
Doat_file_assistant.h534 std::string dex_location_; variable
Doat_file_assistant_test.cc1548 dex_location_(dex_location), in RaceGenerateTask()
1563 args.push_back("--dex-file=" + dex_location_); in Run()
1570 dex_location_.c_str(), in Run()
1588 std::string dex_location_; member in art::RaceGenerateTask
/art/profman/
Dprofman.cc500 : dex_location_(dex_location), checksum_(checksum) {} in ProfileFilterKey()
501 const std::string dex_location_; member
505 return checksum_ == other.checksum_ && dex_location_ == other.dex_location_; in operator ==()
509 ? dex_location_ < other.dex_location_ in operator <()
/art/runtime/
Druntime_image.cc228 return dex_location_; in GetDexLocation()
1096 dex_location_ = oat_dex_file->GetDexFileLocation(); in WriteObjects()
1821 std::string dex_location_; member in art::RuntimeImageHelper