Searched refs:is_exe (Results 1 – 7 of 7) sorted by relevance
12 def is_exe(fpath): function20 if is_exe(program):25 if is_exe(exe_file):
13 def is_exe(fpath): function21 if is_exe(program):26 if is_exe(exe_file):
54 def is_exe(fpath): function62 if is_exe(program):67 if is_exe(exe_file):580 if not is_exe(bmExecutable):832 if is_exe(lldbExecutablePath):841 if "LLDB_EXEC" in os.environ and is_exe(os.environ["LLDB_EXEC"]):858 if is_exe(dbgExec):860 elif is_exe(dbgExec2):862 elif is_exe(dbcExec):864 elif is_exe(dbcExec2):[all …]
15 def is_exe(fpath): function23 if is_exe(program):28 if is_exe(exe_file):
184 def is_exe(fpath): function192 if is_exe(program):197 if is_exe(exe_file):
9 def is_exe(fpath): function27 if "GDB_EXEC" in os.environ and is_exe(os.environ["GDB_EXEC"]):