Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Ddotest.py51 def is_exe(fpath): function
65 if is_exe(program):
70 if is_exe(exe_file):
248 if not is_exe(configuration.compiler):
250 if not is_exe(configuration.compiler):
370 if not is_exe(lldbtest_config.lldbExec):
372 if not is_exe(lldbtest_config.lldbExec):
514 if lldbtest_config.lldbExec and not is_exe(lldbtest_config.lldbExec):
529 if is_exe(lldbVSCodeExec):
Dlldbutil.py31 def is_exe(fpath): function
40 if is_exe(program):
45 if is_exe(exe_file):
Dlldbtest.py225 def is_exe(fpath): function
239 if is_exe(program):
244 if is_exe(exe_file):
/openbsd/src/gnu/llvm/lldb/utils/lui/
Dlldbutil.py27 def is_exe(fpath): function
36 if is_exe(program):
41 if is_exe(exe_file):
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dlldbvscode_testcase.py14 self.assertTrue(is_exe(self.lldbVSCodeExec),