Searched defs:is_exe (Results 1 - 7 of 7) sorted by last modified time

/external/lldb/test/benchmarks/disassembly/
H A DTestDisassembly.py9 def is_exe(fpath): function
27 if "GDB_EXEC" in os.environ and is_exe(os.environ["GDB_EXEC"]):
/external/lldb/test/
H A Ddotest.py54 def is_exe(fpath): function
62 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(dbcExec
[all...]
H A Dlldbtest.py184 def is_exe(fpath): function
192 if is_exe(program):
197 if is_exe(exe_file):
H A Dlldbutil.py15 def is_exe(fpath): function
23 if is_exe(program):
28 if is_exe(exe_file):
/external/lldb/utils/test/
H A Ddisasm.py13 def is_exe(fpath): function
21 if is_exe(program):
26 if is_exe(exe_file):
H A Dllvm-mc-shell.py12 def is_exe(fpath): function
20 if is_exe(program):
25 if is_exe(exe_file):
H A Drun-until-faulted.py12 def is_exe(fpath): function
20 if is_exe(program):
25 if is_exe(exe_file):

Completed in 113 milliseconds