Home
last modified time | relevance | path

Searched refs:prune (Results 1 – 8 of 8) sorted by relevance

/build/
Denvsetup.sh1063 …find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|hpp|S|java|…
1071 …find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|hpp\|S\|j…
1084 … find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" \
1090 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.go" \
1096 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" \
1102 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.rs" \
1108 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.kt" \
1114 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( -name '*.c' -o -n…
1121 …for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type …
1128 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidMani…
[all …]
/build/make/
Denvsetup.sh1063 …find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|hpp|S|java|…
1071 …find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|hpp\|S\|j…
1084 … find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" \
1090 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.go" \
1096 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" \
1102 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.rs" \
1108 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.kt" \
1114 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( -name '*.c' -o -n…
1121 …for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type …
1128 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidMani…
[all …]
/build/make/tools/
Dfindleaves.py26 def perform_find(mindepth, prune, dirlist, filenames): argument
28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
42 if dirs[i] in prune:
89 prune = []
103 prune.append(p)
121 results = list(set(perform_find(mindepth, prune, dirlist, filenames)))
/build/blueprint/
Dblueprint_impl.bash14 find . -mindepth 1 -type d \( -name ".*" -o -execdir test -e {}/.out-dir \; \) -prune \
/build/make/core/
Djava_common.mk123 -type d -a -name ".svn" -prune -o \
Dconfig.mk317 FIND_LEAVES_EXCLUDES := $(addprefix --prune=, $(SCAN_EXCLUDE_DIRS) .repo .git)
DMakefile4428 $(sort $(shell find build/make/tools/releasetools -name "*.pyc" -prune -o \
5317 $(hide) find $(zip_root) -path $(zip_root)/META -prune -o -print | sort >>$@.list
/build/bazel/rules_cc/examples/
Dexperimental_cc_shared_library.bzl60 # Horrible I know. Perhaps Starlark team gives me a way to prune a tree.