Searched refs:prune (Results 1 – 6 of 6) sorted by relevance
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)))
1307 …find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|S|java|xml|…1314 …find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|S\|java\|…1326 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" -p…1331 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" -pri…1336 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( -name '*.c' -o -n…1341 …for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type …1346 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidMani…1351 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -name sepolicy -type d -pr…1358 …find -E . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -iregex '.*/(Ma…1363 …find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cpp|S|java|xml)' -p…[all …]
67 $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git . CleanSpec.mk)
516 …$(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git $(subdirs) Android…
153 $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git \
328 -type d -a -name ".svn" -prune -o \