Home | History | Annotate | Download | only in tools

Lines Matching refs:mindepth

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="):])
92 results = list(set(perform_find(mindepth, prune, dirlist, filename)))