Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc144 OatFile::OatFile(const std::string& location, bool is_executable) in OatFile() argument
145 : location_(location), begin_(NULL), end_(NULL), is_executable_(is_executable), in OatFile()