Lines Matching full:system

51     local STORAGE=`$ADB shell mount | grep /system | cut -d ' ' -f1`
53 echo Remounting $STORAGE at /system
54 $ADB shell su -c "mount -o rw,remount $STORAGE /system"
56 echo Failed to get storage device name for "/system" mount point
168 echo '>> Remounting /system rw'
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
200 adb_shell rm /system/bin/asanwrapper
201 …elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev…
203 adb_shell mv /system/bin/app_process32.real /system/bin/app_process32
204 adb_shell mv /system/bin/app_process64.real /system/bin/app_process64
205 adb_shell rm /system/bin/asanwrapper
206 adb_shell rm /system/bin/asanwrapper64
209 adb_shell rm /system/bin/app_process.wrap
210 adb_shell rm /system/bin/asanwrapper
211 adb_shell rm /system/bin/app_process
212 adb_shell ln -s /system/bin/app_process32 /system/bin/app_process
216 adb_shell mv /system/etc/ld.config.txt.saved /system/etc/ld.config.txt
225 adb_shell rm /system/lib/$ASAN_RT
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
282 adb_pull /system/lib/"$ASAN_RT" "$TMPDIROLD" || true
283 adb_pull /system/lib64/"$ASAN_RT64" "$TMPDIROLD" || true
284 adb_pull /system/bin/app_process32 "$TMPDIROLD" || true
285 adb_pull /system/bin/app_process32.real "$TMPDIROLD" || true
286 adb_pull /system/bin/app_process64 "$TMPDIROLD" || true
287 adb_pull /system/bin/app_process64.real "$TMPDIROLD" || true
288 adb_pull /system/bin/asanwrapper "$TMPDIROLD" || true
289 adb_pull /system/bin/asanwrapper64 "$TMPDIROLD" || true
291 adb_pull /system/lib/"$ASAN_RT" "$TMPDIROLD" || true
292 adb_pull /system/bin/app_process32 "$TMPDIROLD" || true
293 adb_pull /system/bin/app_process.wrap "$TMPDIROLD" || true
294 adb_pull /system/bin/asanwrapper "$TMPDIROLD" || true
323 # unset in the system environment since L.
329 #!/system/bin/sh-from-zygote
357 generate_zygote_wrapper "app_process32" "/system/bin/app_process32.real"
358 generate_zygote_wrapper "app_process64" "/system/bin/app_process64.real"
361 generate_zygote_wrapper "app_process.wrap" "/system/bin/app_process32"
367 #!/system/bin/sh
375 #!/system/bin/sh
419 install "$TMPDIR/$ASAN_RT" /system/lib 644
420 install "$TMPDIR/$ASAN_RT64" /system/lib64 644
421 install "$TMPDIR/app_process32" /system/bin 755 $CTX
422 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
423 install "$TMPDIR/app_process64" /system/bin 755 $CTX
424 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
425 install "$TMPDIR/asanwrapper" /system/bin 755
426 install "$TMPDIR/asanwrapper64" /system/bin 755
428 adb_shell rm -f /system/lib/$ASAN_RT_SYMLINK
429 adb_shell ln -s $ASAN_RT /system/lib/$ASAN_RT_SYMLINK
430 adb_shell rm -f /system/lib64/$ASAN_RT_SYMLINK
431 adb_shell ln -s $ASAN_RT64 /system/lib64/$ASAN_RT_SYMLINK
433 install "$TMPDIR/$ASAN_RT" /system/lib 644
434 install "$TMPDIR/app_process32" /system/bin 755 $CTX
435 install "$TMPDIR/app_process.wrap" /system/bin 755 $CTX
436 install "$TMPDIR/asanwrapper" /system/bin 755 $CTX
438 adb_shell rm -f /system/lib/$ASAN_RT_SYMLINK
439 adb_shell ln -s $ASAN_RT /system/lib/$ASAN_RT_SYMLINK
441 adb_shell rm /system/bin/app_process
442 adb_shell ln -s /system/bin/app_process.wrap /system/bin/app_process
445 adb_shell cp /system/bin/sh /system/bin/sh-from-zygote
446 adb_shell chcon $CTX /system/bin/sh-from-zygote
450 adb_shell mv /system/etc/ld.config.txt /system/etc/ld.config.txt.saved