Searched refs:vdex_for_odex_ (Results 1 – 2 of 2) sorted by relevance
108 vdex_for_odex_(this, /*is_oat_location=*/ false), in OatFileAssistant()139 vdex_for_odex_.Reset(vdex_file_name, in OatFileAssistant()692 if (!odex_.IsUseable() && vdex_for_odex_.IsUseable()) { in GetBestInfo()693 return vdex_for_odex_; in GetBestInfo()716 if (vdex_for_odex_.IsUseable()) { in GetBestInfo()717 return vdex_for_odex_; in GetBestInfo()
450 OatFileInfo vdex_for_odex_; variable