HomeSort by relevance Sort by last modified time
    Searched refs:HOST_LS (Results 1 - 2 of 2) sorted by null

  /external/skia/platform_tools/android/bin/utils/
android_setup.sh 125 HOST_LS=`ls -ld $HOST_SRC`
126 if [ "${ANDROID_LS:0:1}" == "d" -a "${HOST_LS:0:1}" == "-" ];
156 HOST_LS=`ls -ld $HOST_SRC`
157 if [ "${HOST_LS:0:1}" == "d" ]; then
  /external/skqp/platform_tools/android/bin/utils/
android_setup.sh 125 HOST_LS=`ls -ld $HOST_SRC`
126 if [ "${ANDROID_LS:0:1}" == "d" -a "${HOST_LS:0:1}" == "-" ];
156 HOST_LS=`ls -ld $HOST_SRC`
157 if [ "${HOST_LS:0:1}" == "d" ]; then

Completed in 82 milliseconds