Home | History | Annotate | Download | only in tools

Lines Matching full:mindepth

26 def perform_find(mindepth, prune, dirlist, filenames):
45 # mindepth
46 if mindepth > 0:
48 if depth < mindepth:
60 --mindepth=<mindepth>
75 mindepth = -1
81 if arg.startswith("--mindepth="):
83 mindepth = int(arg[len("--mindepth="):])
108 results = list(set(perform_find(mindepth, prune, dirlist, filenames)))