Searched defs:adb_push (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/scripts/
H A Dasan_device_setup36 function adb_push { function
292 adb_push "$TMPDIR/$ASAN_RT" /system/lib/
293 adb_push "$TMPDIR/app_process.wrap" /system/bin
294 adb_push "$TMPDIR/asanwrapper" /system/bin
/external/google-breakpad/android/
H A Dcommon-functions.sh208 # adb_shell, adb_push, etc.. will work. You can get the path to the ADB program
353 adb_push () { function
367 # Same as adb_push, but will panic if the operations didn't succeed.
369 adb_push "$@"

Completed in 90 milliseconds