Searched defs:IsExecutable (Results 1 – 10 of 10) sorted by relevance
16 def IsExecutable(path): function
114 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
54 def IsExecutable(path): function
136 bool IsExecutable = in shouldAssumeDSOLocal() local
174 bool IsExecutable = in shouldAssumeDSOLocal() local
137 bool IsExecutable(uint64_t pc) { return GetFlags(pc) & PROT_EXEC; } in IsExecutable() function
598 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
1030 bool IsExecutable() const { in IsExecutable() function
4436 bool MinidumpMemoryInfo::IsExecutable() const { in IsExecutable() function in google_breakpad::MinidumpMemoryInfo