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

  /art/runtime/
oat_file_assistant.cc 98 odex_(this, /*is_oat_location*/ false),
122 odex_.Reset(odex_file_name, UseFdToReadFiles(), zip_fd, vdex_fd, oat_fd);
316 if (odex_.Status() != kOatCannotOpen) {
318 CHECK(odex_.Filename() != nullptr);
324 status << *odex_.Filename() << "[status=" << odex_.Status() << ", ";
325 const OatFile* file = odex_.GetFile();
399 return odex_.Status();
    [all...]
oat_file_assistant.h 527 OatFileInfo odex_; member in class:art::OatFileAssistant

Completed in 61 milliseconds