Searched refs:find_file (Results 1 – 3 of 3) sorted by relevance
/development/vndk/tools/sourcedr/files/ |
D | list_app_shared_uid.py | 56 def find_file(product_out, app_name): function 107 app_name, shared_uid, find_file(product_out, app_name),
|
/development/python-packages/gdbrunner/ |
D | __init__.py | 194 def find_file(device, executable_path, sysroot, run_as_cmd=None): function 282 return find_file(device, "/proc/{}/exe".format(pid), sysroot, run_as_cmd)
|
/development/scripts/ |
D | gdbclient.py | 151 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot,
|