Searched refs:isExecutable (Results 1 – 10 of 10) sorted by relevance
78 isExecutable = lambda exe: re.match(args.exec_pattern, exe) and os.path.exists(exe) function84 for exe in filter(isExecutable, commandLine):116 for exe in filter(isExecutable, commandLine):124 if isExecutable(x):
39 virtual bool isExecutable() const = 0;
40 bool isExecutable() const override;
103 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
330 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function428 isExecutable(InputBinary) && hasLinkEditSegment(InputBinary); in generateDsymCompanion()
208 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function
152 using irsymtab::Symbol::isExecutable;
442 PrintBool('X', Sym.isExecutable()); in dumpSymtab()
373 if (!isExecutable(name))903 if (isExecutable(execPath)) return execPath;912 private bool isExecutable(in char[] path) @trusted nothrow @nogc //TODO: @safe
1513 if (isExecutable(execPath))1527 private bool isExecutable(R)(R path) @trusted nothrow @nogc