Searched refs:mindepth (Results 1 – 5 of 5) sorted by relevance
26 def perform_find(mindepth, prune, dirlist, filenames): argument47 if mindepth > 0:49 if depth < mindepth:88 mindepth = -196 mindepth = int(arg[len("--mindepth="):])121 results = list(set(perform_find(mindepth, prune, dirlist, filenames)))
14 find . -mindepth 1 -type d \( -name ".*" -o -execdir test -e {}/.out-dir \; \) -prune \
160 …find $OUT_DIR_OLD $OUT_DIR_NEW -mindepth 1 -maxdepth 1 -name "*.zip" | sed "s|^$OUT_DIR_OLD/||" | …
194 --mindepth=2 $(addprefix --dir=,$(1)) Android.mk)2020 $(hide) find $(PRIVATE_CLASS_INTERMEDIATES_DIR) -mindepth 1 -type f \
4984 …$(hide) apps_to_zip=`find $(TARGET_OUT_APPS) $(TARGET_OUT_APPS_PRIVILEGED) -mindepth 2 -maxdepth 3…