Home
last modified time | relevance | path

Searched refs:mindepth (Results 1 – 11 of 11) sorted by relevance

/build/kati/testcase/tools/
Dfindleaves.py26 def perform_find(mindepth, prune, dirlist, filenames): argument
46 if mindepth > 0:
48 if depth < mindepth:
75 mindepth = -1
83 mindepth = int(arg[len("--mindepth="):])
108 results = list(set(perform_find(mindepth, prune, dirlist, filenames)))
/build/make/tools/
Dfindleaves.py26 def perform_find(mindepth, prune, dirlist, filenames): argument
47 if mindepth > 0:
49 if depth < mindepth:
88 mindepth = -1
96 mindepth = int(arg[len("--mindepth="):])
121 results = list(set(perform_find(mindepth, prune, dirlist, filenames)))
/build/kati/testcase/
Dfind_command.mk116 $(call run_find, build/tools/findleaves.py --mindepth=1 testdir file1)
117 $(call run_find, build/tools/findleaves.py --mindepth=2 testdir file1)
118 $(call run_find, build/tools/findleaves.py --mindepth=3 testdir file1)
119 $(call run_find, build/tools/findleaves.py --mindepth=2 testdir file1)
/build/blueprint/
Dblueprint_impl.bash14 find . -mindepth 1 -type d \( -name ".*" -o -execdir test -e {}/.out-dir \; \) -prune \
/build/kati/
Dfind.h50 int mindepth; member
Dpathutil_test.go715 mindepth: -1,
719 …cmd: `build/tools/findleaves.py --prune=out --prune=.repo --prune=.git --mindepth=2 art bionic An…
724 mindepth: 2,
771 mindepth: -1,
780 mindepth: 2,
789 mindepth: 3,
Dpathutil.go817 mindepth int member
859 if depth < fc.mindepth {
860 glog.V(3).Infof("findleaves depth=%d mindepth=%d", depth, fc.mindepth)
906 p.fc.mindepth = -1
935 p.fc.mindepth = int(i)
Dfind.cc165 if (d < fc.mindepth) in PrintIfNecessary()
689 fc_->mindepth = d; in ParseFindLeaves()
1042 mindepth(INT_MIN), in FindCommand()
/build/soong/scripts/
Ddiff_build_graphs.sh160 …find $OUT_DIR_OLD $OUT_DIR_NEW -mindepth 1 -maxdepth 1 -name "*.zip" | sed "s|^$OUT_DIR_OLD/||" | …
/build/make/core/
Ddefinitions.mk180 --mindepth=2 $(addprefix --dir=,$(1)) Android.mk)
2130 $(hide) find $(PRIVATE_CLASS_INTERMEDIATES_DIR) -mindepth 1 -type f \
DMakefile4371 …$(hide) apps_to_zip=`find $(TARGET_OUT_APPS) $(TARGET_OUT_APPS_PRIVILEGED) -mindepth 2 -maxdepth 3…