Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dread_elf.h68 bool is_executable = false; member
/aosp12/frameworks/base/tools/bit/
H A Dutil.cpp258 is_executable(const string& filename) in is_executable() function
/aosp12/art/runtime/
H A Doat_file.cc1935 OatFile::OatFile(const std::string& location, bool is_executable) in OatFile()