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

  /art/runtime/
oat_file_assistant.h 214 // * OdexFileName may return null if the odex file name could not be
216 const std::string* OdexFileName();
395 // This should be accessed only by the OdexFileName() method.
oat_file_assistant.cc 210 case kPatchOatNeeded: return RelocateOatFile(OdexFileName(), error_msg);
316 const std::string* OatFileAssistant::OdexFileName() {
890 if (OdexFileName() != nullptr) {
891 const std::string& odex_file_name = *OdexFileName();
    [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 433 status << *oat_file_assistant.OdexFileName() << " [compilation_filter=";

Completed in 46 milliseconds