HomeSort by relevance Sort by last modified time
    Searched refs:dex_location_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/
dex_cache_resolved_classes.h 34 : dex_location_(dex_location),
43 // Don't need to compare base_location_ since dex_location_ has more info.
44 return dex_location_.compare(other.dex_location_);
57 return dex_location_;
73 const std::string dex_location_; member in class:art::DexCacheResolvedClasses
oat_file_assistant.cc 93 dex_location_.assign(dex_location_real.get());
109 if (DexLocationToOdexFilename(dex_location_, isa_, &odex_file_name, &error_msg)) {
117 if (DexLocationToOatFilename(dex_location_, isa_, &oat_file_name, &error_msg)) {
121 << dex_location_ << ": " << error_msg;
128 size_t pos = dex_location_.rfind('/');
130 LOG(WARNING) << "Failed to determine dex file parent directory: " << dex_location_;
132 std::string parent = dex_location_.substr(0, pos);
136 VLOG(oat) << "Dex parent of " << dex_location_ << " is not writable: " << strerror(errno);
157 if (boot_class_path[i]->GetLocation() == dex_location_) {
158 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path"
    [all...]
oat_file_assistant.h 409 // dex_location_ dex file.
423 std::string dex_location_; member in class:art::OatFileAssistant
oat_file_assistant_test.cc 1077 std::string dex_location_; member in class:art::RaceGenerateTask
    [all...]

Completed in 72 milliseconds