Searched refs:isExecutable (Results 1 – 7 of 7) sorted by relevance
64 def isExecutable (path): function71 if isExecutable(fullPath):81 if filename != None and isExecutable(filename):
45 public abstract boolean isExecutable(); in isExecutable() method in MemberInfo
351 if (result.memberInfo != null && result.memberInfo.isExecutable()) { in parse()397 if (result.memberInfo.isExecutable()) { in parse()
406 public boolean isExecutable() { in isExecutable() method in FieldInfo
685 public boolean isExecutable() { in isExecutable() method in MethodInfo
293 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function370 isExecutable(InputBinary) && hasLinkEditSegment(InputBinary); in generateDsymCompanion()
27 static bool isExecutable(char *path); function70 if (skip && isExecutable(binaryName) && !isYounger(sourceName, binaryName)) return true;769 static bool isExecutable(char *path) { function