Home
last modified time | relevance | path

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

/development/vndk/tools/sourcedr/files/
Dlist_app_shared_uid.py56 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__.py194 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/
Dgdbclient.py151 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot,