OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_LS
(Results
1 - 4
of
4
) sorted by null
/external/skia/platform_tools/android/bin/utils/
android_setup.sh
124
ANDROID_LS
=`$ADB $DEVICE_SERIAL shell ls -ld $ANDROID_DST`
126
if [ "${
ANDROID_LS
:0:1}" == "d" -a "${HOST_LS:0:1}" == "-" ];
131
ANDROID_LS
=`$ADB $DEVICE_SERIAL shell ls -ld $ANDROID_DST 2> /dev/null`
132
if [ "${
ANDROID_LS
:0:1}" == "-" ]; then
151
elif [ "${
ANDROID_LS
:0:1}" == "d" ]; then
/external/skqp/platform_tools/android/bin/utils/
android_setup.sh
124
ANDROID_LS
=`$ADB $DEVICE_SERIAL shell ls -ld $ANDROID_DST`
126
if [ "${
ANDROID_LS
:0:1}" == "d" -a "${HOST_LS:0:1}" == "-" ];
131
ANDROID_LS
=`$ADB $DEVICE_SERIAL shell ls -ld $ANDROID_DST 2> /dev/null`
132
if [ "${
ANDROID_LS
:0:1}" == "-" ]; then
151
elif [ "${
ANDROID_LS
:0:1}" == "d" ]; then
/external/skia/platform_tools/android/bin/
android_gdbserver
52
ANDROID_LS
=`$ADB $DEVICE_SERIAL shell ls -ld ${SYSTEM_LIBRARY_PATH}/${library_file}`
53
if [ "${
ANDROID_LS
:0:1}" == "-" ]; then
/external/skqp/platform_tools/android/bin/
android_gdbserver
52
ANDROID_LS
=`$ADB $DEVICE_SERIAL shell ls -ld ${SYSTEM_LIBRARY_PATH}/${library_file}`
53
if [ "${
ANDROID_LS
:0:1}" == "-" ]; then
Completed in 247 milliseconds