Searched refs:OatFileIsExecutable (Results 1 – 2 of 2) sorted by relevance
353 bool OatFileIsExecutable();
235 if (!OatFileIsOutOfDate() && !OatFileIsExecutable()) { in GetBestOatFile()249 CHECK(!OatFileIsExecutable()); in GetBestOatFile()951 bool OatFileAssistant::OatFileIsExecutable() { in OatFileIsExecutable() function in art::OatFileAssistant