Searched refs:is_exe (Results 1 – 5 of 5) sorted by relevance
51 def is_exe(fpath): function65 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):
31 def is_exe(fpath): function40 if is_exe(program):45 if is_exe(exe_file):
225 def is_exe(fpath): function239 if is_exe(program):244 if is_exe(exe_file):
27 def is_exe(fpath): function36 if is_exe(program):41 if is_exe(exe_file):
14 self.assertTrue(is_exe(self.lldbVSCodeExec),