Lines Matching refs:odex_
118 odex_(this, /*is_oat_location=*/false), in OatFileAssistant()
171 odex_.Reset(odex_file_name, UseFdToReadFiles(), zip_fd, vdex_fd, oat_fd); in OatFileAssistant()
374 if (odex_.Status() != kOatCannotOpen) { in GetStatusDump()
376 CHECK(odex_.Filename() != nullptr); in GetStatusDump()
382 status << *odex_.Filename() << "[status=" << odex_.Status() << ", "; in GetStatusDump()
383 const OatFile* file = odex_.GetFile(); in GetStatusDump()
455 OatFileAssistant::OatStatus OatFileAssistant::OdexFileStatus() { return odex_.Status(); } in OdexFileStatus()
884 odex_.DisplayFilename()); in GetBestInfo()
885 if (!odex_.IsUseable()) { in GetBestInfo()
896 return odex_; in GetBestInfo()
911 odex_.DisplayFilename()); in GetBestInfo()
912 if (odex_.IsUseable()) { in GetBestInfo()
913 return odex_; in GetBestInfo()
944 return (odex_.Status() == kOatCannotOpen) ? oat_ : odex_; in GetBestInfo()