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

  /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/sdch/open-vcdiff/packages/
deb.sh 71 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
  /external/strace/linux/
ioctlent.sh 79 find . -mindepth 2 -name Kbuild | \
  /external/chromium/build/
install-build-deps.sh 452 find dpkg/DEBIAN -mindepth 1 "(" -name control -o -name md5sums -o \
458 find dpkg -mindepth 1 -regextype posix-extended \
  /build/core/
definitions.mk 146 --mindepth=2 $(1) Android.mk)
    [all...]
main.mk 472 # --mindepth=2 makes the prunes not work.

Completed in 102 milliseconds