Lines Matching refs:app_process
197 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then
199 adb_shell mv /system/bin/app_process.real /system/bin/app_process
209 adb_shell rm /system/bin/app_process.wrap
211 adb_shell rm /system/bin/app_process
212 adb_shell ln -s /system/bin/app_process32 /system/bin/app_process
268 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then
270 if adb_pull /system/bin/app_process.real /dev/null >&/dev/null; then
272 adb_shell mv /system/bin/app_process.real /system/bin/app_process
276 adb_shell mv /system/bin/app_process /system/bin/app_process32
277 adb_shell ln -s /system/bin/app_process32 /system/bin/app_process
293 adb_pull /system/bin/app_process.wrap "$TMPDIROLD" || true
441 adb_shell rm /system/bin/app_process
442 adb_shell ln -s /system/bin/app_process.wrap /system/bin/app_process