HomeSort by relevance Sort by last modified time
    Searched full:selectbin (Results 1 - 1 of 1) sorted by null

  /external/deqp/android/scripts/
common.py 44 def selectBin (basePaths, relBinPath):
120 'win32': selectBin(ANDROID_SDK_PATHS, "tools/android.bat"),
121 'other': selectBin(ANDROID_SDK_PATHS, "tools/android"),
124 'win32': selectBin(ANDROID_SDK_PATHS, "platform-tools/adb.exe"),
125 'other': selectBin(ANDROID_SDK_PATHS, "platform-tools/adb"),
128 'win32': selectBin(ANDROID_SDK_PATHS, "tools/zipalign.exe"),
129 'other': selectBin(ANDROID_SDK_PATHS, "tools/zipalign"),
141 'win32': selectBin(ANT_PATHS, "bin/ant.bat"),
142 'other': selectBin(ANT_PATHS, "bin/ant")

Completed in 1017 milliseconds