Searched defs:IsExecutable (Results 1 – 5 of 5) sorted by relevance
29 def IsExecutable(path): function
17 IsExecutable = catapult_util.IsExecutable variable
114 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
525 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
3718 bool MinidumpMemoryInfo::IsExecutable() const { in IsExecutable() function in google_breakpad::MinidumpMemoryInfo