HomeSort by relevance Sort by last modified time
    Searched refs:mindepth (Results 1 - 25 of 231) sorted by null

1 2 3 4 5 6 7 8 910

  /build/tools/
findleaves.py 26 def perform_find(mindepth, prune, dirlist, filename):
45 # mindepth
46 if mindepth > 0:
48 if depth < mindepth:
59 --mindepth=<mindepth>
70 mindepth = -1
75 if arg.startswith("--mindepth="):
77 mindepth = int(arg[len("--mindepth="):]
    [all...]
  /external/chromium_org/sdch/open-vcdiff/packages/
deb.sh 85 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
  /external/chromium_org/third_party/tcmalloc/vendor/packages/
deb.sh 71 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
  /external/cmockery/cmockery_0_1_2/packages/
deb.sh 67 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
  /prebuilts/clang/darwin-x86/host/3.5/
update.sh 22 for i in `find ${ANDROID_BUILD_TOP}/external/clang/lib/Headers -mindepth 1 ! -name \*.mk -a ! -name Makefile -a ! -name CMakeLists.txt`; do
  /prebuilts/clang/linux-x86/host/3.5/
update.sh 22 for i in `find ${ANDROID_BUILD_TOP}/external/clang/lib/Headers -mindepth 1 ! -name \*.mk -a ! -name Makefile -a ! -name CMakeLists.txt`; do
  /developers/build/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/androidtv/leanback/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/androidtv/visual-game-controller/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/gradle/ActivityInstrumentation/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/gradle/AdapterTransition/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/gradle/AgendaData/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/gradle/AppRestrictionSchema/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/gradle/AppRestrictions/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/gradle/AppUsageStatistics/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/gradle/BasicAccessibility/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/gradle/BasicContactables/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`

Completed in 505 milliseconds

1 2 3 4 5 6 7 8 910