HomeSort by relevance Sort by last modified time
    Searched refs:is_exe (Results 1 - 7 of 7) sorted by null

  /external/lldb/utils/test/
llvm-mc-shell.py 12 def is_exe(fpath): function
20 if is_exe(program):
25 if is_exe(exe_file):
run-until-faulted.py 12 def is_exe(fpath): function
20 if is_exe(program):
25 if is_exe(exe_file):
disasm.py 13 def is_exe(fpath): function
21 if is_exe(program):
26 if is_exe(exe_file):
  /external/lldb/test/benchmarks/disassembly/
TestDisassembly.py 9 def is_exe(fpath): function
27 if "GDB_EXEC" in os.environ and is_exe(os.environ["GDB_EXEC"]):
  /external/lldb/test/
dotest.py 54 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):
    [all...]
lldbutil.py 15 def is_exe(fpath): function
23 if is_exe(program):
28 if is_exe(exe_file):
lldbtest.py 184 def is_exe(fpath): function
192 if is_exe(program):
197 if is_exe(exe_file):
    [all...]

Completed in 63 milliseconds