HomeSort by relevance Sort by last modified time
    Searched refs:mindepth (Results 1 - 4 of 4) 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...]
  /cts/tools/dx-tests/etc/morescripts/
detailCount.sh 23 for mypack in `find dxc -maxdepth 4 -mindepth 4 -name "Test_*.java" | sort`
  /build/core/
definitions.mk 139 --mindepth=2 $(1) Android.mk)
    [all...]
main.mk 484 # --mindepth=2 makes the prunes not work.

Completed in 35 milliseconds