Searched refs:find_file (Results 1 – 2 of 2) sorted by relevance
/development/python-packages/gdbrunner/ |
D | __init__.py | 188 def find_file(device, executable_path, sysroot, user=None): function 246 return find_file(device, "/proc/{}/exe".format(pid), sysroot, user)
|
/development/scripts/ |
D | gdbclient.py | 138 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot,
|