Searched defs:IsExecutable (Results 1 – 9 of 9) sorted by relevance
114 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
52 def IsExecutable(path): function
118 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
136 bool IsExecutable = in shouldAssumeDSOLocal() local
170 bool IsExecutable = in shouldAssumeDSOLocal() local
598 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
593 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
117 static bool IsExecutable = false; variable
3718 bool MinidumpMemoryInfo::IsExecutable() const { in IsExecutable() function in google_breakpad::MinidumpMemoryInfo