Home
last modified time | relevance | path

Searched refs:OdexFileIsExecutable (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file_assistant.h334 bool OdexFileIsExecutable();
Doat_file_assistant.cc240 if (!OdexFileIsOutOfDate() && !OdexFileIsExecutable()) { in GetBestOatFile()
259 CHECK(!OdexFileIsExecutable()); in GetBestOatFile()
910 bool OatFileAssistant::OdexFileIsExecutable() { in OdexFileIsExecutable() function in art::OatFileAssistant