Searched refs:mindepth (Results 1 – 11 of 11) sorted by relevance
/build/kati/testcase/tools/ |
D | findleaves.py | 26 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/ |
D | findleaves.py | 26 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/ |
D | find_command.mk | 116 $(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/ |
D | blueprint_impl.bash | 14 find . -mindepth 1 -type d \( -name ".*" -o -execdir test -e {}/.out-dir \; \) -prune \
|
/build/kati/ |
D | find.h | 50 int mindepth; member
|
D | pathutil_test.go | 715 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,
|
D | pathutil.go | 817 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)
|
D | find.cc | 165 if (d < fc.mindepth) in PrintIfNecessary() 689 fc_->mindepth = d; in ParseFindLeaves() 1042 mindepth(INT_MIN), in FindCommand()
|
/build/soong/scripts/ |
D | diff_build_graphs.sh | 160 …find $OUT_DIR_OLD $OUT_DIR_NEW -mindepth 1 -maxdepth 1 -name "*.zip" | sed "s|^$OUT_DIR_OLD/||" | …
|
/build/make/core/ |
D | definitions.mk | 180 --mindepth=2 $(addprefix --dir=,$(1)) Android.mk) 2130 $(hide) find $(PRIVATE_CLASS_INTERMEDIATES_DIR) -mindepth 1 -type f \
|
D | Makefile | 4371 …$(hide) apps_to_zip=`find $(TARGET_OUT_APPS) $(TARGET_OUT_APPS_PRIVILEGED) -mindepth 2 -maxdepth 3…
|