HomeSort by relevance Sort by last modified time
    Searched refs:app_process (Results 1 - 11 of 11) sorted by null

  /frameworks/base/cmds/am/
am 8 exec app_process $base/bin com.android.commands.am.Am "$@"
  /frameworks/base/cmds/app_process/
Android.mk 14 LOCAL_MODULE:= app_process
19 # Build a variant of app_process binary linked with ASan runtime.
38 LOCAL_MODULE_STEM := app_process
  /frameworks/testing/uiautomator/cmds/uiautomator/
uiautomator 123 exec app_process ${base}/bin com.android.commands.uiautomator.Launcher ${args}
  /frameworks/uiautomator/cmds/uiautomator/
uiautomator 120 exec app_process ${base}/bin com.android.commands.uiautomator.Launcher ${args}
  /build/target/product/
base.mk 24 app_process \
  /ndk/
ndk-gdb 709 APP_PROCESS=$APP_OUT/app_process
710 run adb_cmd pull /system/bin/app_process `native_path $APP_PROCESS`
711 log "Pulled app_process from device/emulator."
737 echo "file `native_path $APP_PROCESS`" >> $GDBSETUP
ndk-gdb.py 718 APP_PROCESS = '%s/app_process' % (APP_OUT)
719 adb_cmd(False, ['pull', '/system/bin/app_process', APP_PROCESS], log_command=True)
720 log('Pulled app_process from device/emulator.')
774 gdbsetup.write('file '+APP_PROCESS+'\n')
  /build/core/
pdk_config.mk 174 system/bin/app_process
  /external/chromium_org/build/android/
adb_gdb 897 # Pull the app_process binary from the device
898 GDBEXEC=app_process
  /external/sepolicy/
file_contexts 126 /system/bin/app_process u:object_r:zygote_exec:s0
  /build/
envsetup.sh 862 if adb shell ls -l /proc/$PID/exe | grep -q /system/bin/app_process ; then
916 EXE="app_process"
    [all...]

Completed in 733 milliseconds