Home
last modified time | relevance | path

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

/development/python-packages/gdbrunner/
D__init__.py226 def find_file(device, executable_path, sysroot, run_as_cmd=None): argument
246 if not os.path.isabs(executable_path):
247 raise ValueError("'{}' is not an absolute path".format(executable_path))
253 yield (sysroot + executable_path, True)
257 target = device.shell(['readlink', '-e', '-n', executable_path])[0]
267 cmd = ["cat", executable_path, ">", remote_temp_path]
275 "device".format(executable_path))
282 raise RuntimeError('Could not find executable {}'.format(executable_path))