Home
last modified time | relevance | path

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

/build/
Denvsetup.sh1064 …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 …]
/build/tools/
Dfindleaves.py26 def perform_find(mindepth, prune, dirlist, filename): argument
28 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)))
/build/core/
Dconfig.mk162 FIND_LEAVES_EXCLUDES := $(addprefix --prune=, $(OUT_DIR) $(SCAN_EXCLUDE_DIRS) .repo .git)
Dbase_rules.mk336 -type d -a -name ".svn" -prune -o \