OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_MD5_SUPPORT
(Results
1 - 2
of
2
) sorted by null
/external/skia/platform_tools/android/bin/utils/
android_setup.sh
87
ANDROID_MD5_SUPPORT
=`$ADB $DEVICE_SERIAL shell ls -ld /system/bin/md5`
88
if [ "${
ANDROID_MD5_SUPPORT
:0:15}" != "/system/bin/md5" ]; then
134
ANDROID_MD5_SUPPORT
=`$ADB $DEVICE_SERIAL shell ls -ld /system/bin/md5 2> /dev/null`
135
if [ "${
ANDROID_MD5_SUPPORT
:0:1}" == "-" ]; then
/external/skqp/platform_tools/android/bin/utils/
android_setup.sh
87
ANDROID_MD5_SUPPORT
=`$ADB $DEVICE_SERIAL shell ls -ld /system/bin/md5`
88
if [ "${
ANDROID_MD5_SUPPORT
:0:15}" != "/system/bin/md5" ]; then
134
ANDROID_MD5_SUPPORT
=`$ADB $DEVICE_SERIAL shell ls -ld /system/bin/md5 2> /dev/null`
135
if [ "${
ANDROID_MD5_SUPPORT
:0:1}" == "-" ]; then
Completed in 61 milliseconds