Searched refs:odex_ (Results 1 – 2 of 2) sorted by relevance
99 odex_(this, /*is_oat_location=*/ false), in OatFileAssistant()123 odex_.Reset(odex_file_name, UseFdToReadFiles(), zip_fd, vdex_fd, oat_fd); in OatFileAssistant()233 if (odex_.Status() != kOatCannotOpen) { in GetStatusDump()235 CHECK(odex_.Filename() != nullptr); in GetStatusDump()241 status << *odex_.Filename() << "[status=" << odex_.Status() << ", "; in GetStatusDump()242 const OatFile* file = odex_.GetFile(); in GetStatusDump()316 return odex_.Status(); in OdexFileStatus()584 const OatFile* odex_file = odex_.GetFile(); in GetRequiredDexChecksums()687 return odex_; in GetBestInfo()700 if (odex_.Status() == kOatUpToDate) { in GetBestInfo()[all …]
436 OatFileInfo odex_; variable