Lines Matching full: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
275 echo '>> Pre-L device detected. Setting up app_process symlink.'
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
298 if [[ -f "$TMPDIR/app_process.wrap" || -f "$TMPDIR/app_process64.real" ]]; then
361 generate_zygote_wrapper "app_process.wrap" "/system/bin/app_process32"
400 # Make SELinux happy by keeping app_process wrapper and the shell
435 install "$TMPDIR/app_process.wrap" /system/bin 755 $CTX
441 adb_shell rm /system/bin/app_process
442 adb_shell ln -s /system/bin/app_process.wrap /system/bin/app_process