OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skia_launcher
(Results
1 - 2
of
2
) sorted by null
/external/skia/platform_tools/android/bin/
android_perf
61
"${BUILDDIR}/
skia_launcher
" \
73
$ADB shell ps | grep
skia_launcher
| awk '{print $2}' | xargs $ADB shell kill
76
$ADB shell /data/local/tmp/
skia_launcher
${runVars[@]} &
78
# WE REALLY REALLY WANT TO BE ABLE TO PASS THE
SKIA_LAUNCHER
APP DIRECTLY TO
82
APP_PID=$($ADB shell ps | grep
skia_launcher
| awk '{print $2}')
android_gdbserver
63
"${BUILD_DIR}/
skia_launcher
" \
84
$ADB shell LD_LIBRARY_PATH=/data/local/tmp:\$LD_LIBRARY_PATH /data/local/tmp/gdbserver :5039 /data/local/tmp/
skia_launcher
${APP_ARGS[@]} &
Completed in 146 milliseconds