Lines Matching defs:executable
83 CURRENT_EXECUTABLE_SET = "Current executable set successfully"
230 """Returns true if fpath is an executable."""
392 def launch(self, executable, args, extra_env):
393 """Launches new process with given executable and args."""
410 def launch(self, executable, args, extra_env):
417 [executable] + args,
460 def launch(self, executable, args, extra_env):
462 src_path = executable
464 lldb.remote_platform.GetWorkingDirectory(), os.path.basename(executable)
477 dst_path = executable
478 dst_file_spec = lldb.SBFileSpec(executable, False)
833 # module cacheing subsystem to be confused with executable name "a.out"
936 def spawnSubprocess(self, executable, args=[], extra_env=None, install_remote=True):
937 """Creates a subprocess.Popen object with the specified executable and arguments,
945 proc.launch(executable, args, extra_env=extra_env)
1642 """Platform specific way to build an executable from C/C++ sources."""
1676 self.assertTrue(False, "No valid yaml2obj executable specified")
2288 self.assertTrue(False, "No valid FileCheck executable specified")
2626 executable in the current test directory.