Home | History | Annotate | Download | only in ndk

Lines Matching refs:bin

1 #!/usr/bin/env python
56 Return the prebuilt bin path for the host OS.
86 return ndk+os.sep+'prebuilt'+os.sep+ndk_host+os.sep+'bin'
697 retcode,DATA_DIR = adb_var_shell2(['run-as', PACKAGE_NAME, '/system/bin/sh', '-c', 'pwd'])
787 retcode,_ = adb_cmd(False, ['shell', 'test -e /system/bin/%s' % (app_process_name)])
795 adb_cmd(False, ['pull', '/system/bin/%s' % (app_process_name), pulled_app_process], log_command=True)
799 adb_cmd(False, ['pull', '/system/bin/%s' % (linker_name), pulled_linker], log_command=True)