Searched refs:prune (Results 1 – 8 of 8) sorted by relevance
1063 …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 …]
26 def perform_find(mindepth, prune, dirlist, filenames): argument28 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)))
14 find . -mindepth 1 -type d \( -name ".*" -o -execdir test -e {}/.out-dir \; \) -prune \
123 -type d -a -name ".svn" -prune -o \
317 FIND_LEAVES_EXCLUDES := $(addprefix --prune=, $(SCAN_EXCLUDE_DIRS) .repo .git)
4428 $(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
60 # Horrible I know. Perhaps Starlark team gives me a way to prune a tree.