Searched refs:adb_cmd (Results 1 – 2 of 2) sorted by relevance
/ndk/ |
D | ndk-gdb | 508 ADB_TEST=`adb_cmd shell ls` 649 run adb_cmd shell am start $OPTION_WAIT -n $PACKAGE_NAME/$OPTION_LAUNCH 657 run adb_cmd shell sleep $DELAY 687 run adb_cmd shell kill -9 $GDBSERVER_PID 692 run adb_cmd shell run-as $PACKAGE_NAME lib/gdbserver +$DEBUG_SOCKET --attach $PID & 701 run adb_cmd forward tcp:$DEBUG_PORT localfilesystem:$DATA_DIR/$DEBUG_SOCKET 710 run adb_cmd pull /system/bin/app_process `native_path $APP_PROCESS` 713 run adb_cmd pull /system/bin/linker `native_path $APP_OUT/linker` 716 run adb_cmd pull /system/lib/libc.so `native_path $APP_OUT/libc.so` 723 run adb_cmd forward tcp:$JDB_PORT jdwp:$PID
|
D | ndk-gdb.py | 230 if args.adb_cmd != None: 231 log('Using specific adb command: %s' % (args.adb_cmd)) 232 ADB_CMD = args.adb_cmd 356 def adb_cmd(redirect_stderr, args, log_command=False, adb_trace=False, background=False): function 399 adb_ret,output = adb_cmd(redirect_stderr=redirect_stderr, 423 retcode,output = adb_cmd(False, ['shell', 'readlink $(which ps)']) 428 retcode,output = adb_cmd(False,['shell', ps_command]) 561 retcode,ADB_TEST = adb_cmd(True,['shell', 'ls']) 657 retcode,LAUNCH_OUTPUT=adb_cmd(True, 667 adb_cmd(True, ['shell', 'sleep', '%f' % (DELAY)], log_command=True) [all …]
|