Searched refs:prune (Results 1 – 4 of 4) sorted by relevance
1064 …find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|S|java|xml|…1071 …find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|S\|java\|…1083 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" -p…1088 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" -pri…1093 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( -name '*.c' -o -n…1098 …for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type …1103 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidMani…1108 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -name sepolicy -type d -pr…1113 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.rc*" -prin…1120 …find -E . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -iregex '.*/(Ma…[all …]
26 def perform_find(mindepth, prune, dirlist, filename): argument28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))41 if dirs[i] in prune:71 prune = []84 prune.append(p)92 results = list(set(perform_find(mindepth, prune, dirlist, filename)))
162 FIND_LEAVES_EXCLUDES := $(addprefix --prune=, $(OUT_DIR) $(SCAN_EXCLUDE_DIRS) .repo .git)
336 -type d -a -name ".svn" -prune -o \