Home
last modified time | relevance | path

Searched defs:executable (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file.cc96 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} in OatFileBase()
138 bool executable, in OpenOatFile()
495 DlOpenOatFile(const std::string& filename, bool executable) in DlOpenOatFile()
592 bool executable, in Load()
757 ElfOatFile(const std::string& filename, bool executable) : OatFileBase(filename, executable) {} in ElfOatFile()
816 bool executable, in OpenElfFile()
866 bool executable, in Load()
886 bool executable, in ElfFileOpen()
948 bool executable, in Open()
Delf_file.cc1067 bool ElfFileImpl<ElfTypes>::Load(bool executable, bool low_4gb, std::string* error_msg) { in Load()
1778 bool ElfFile::Load(bool executable, bool low_4gb, std::string* error_msg) { in Load()