Home
last modified time | relevance | path

Searched refs:is_exe (Results 1 – 7 of 7) sorted by relevance

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