Searched defs:isExecutable (Results 1 – 5 of 5) sorted by relevance
92 isExecutable = lambda exe: re.match(args.exec_pattern, exe) and os.path.exists(exe) function
26 static bool isExecutable(char *path); function768 static bool isExecutable(char *path) { function
103 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
355 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function
212 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } isExecutable() function