Searched refs:find_file (Results 1 – 4 of 4) 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 | 223 def find_file(device, executable_path, sysroot, run_as_cmd=None): function 311 return find_file(device, "/proc/{}/exe".format(pid), sysroot, run_as_cmd)
|
/development/scripts/ |
D | lldbclient.py | 252 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot,
|
D | gdbclient.py | 252 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot,
|