Searched refs:linux_bin (Results 1 – 1 of 1) sorted by relevance
98 def linux_bin(self, params, timeout, build_dir): member in LinuxSourceTreeOperations100 linux_bin = './linux'102 linux_bin = os.path.join(build_dir, 'linux')105 process = subprocess.Popen([linux_bin] + params,208 self._ops.linux_bin(args, timeout, build_dir)