Lines Matching refs:prune
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…
1125 …find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cpp|S|java|xml)' -p…
1132 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -regextype posix-egrep -ir…
1137 …find . -name .repo -prune -o -name .git -prune -o -regextype posix-egrep -iregex '.*\.(c|h|cpp|S|j…
1360 (\cd $T; find . -wholename ./out -prune -o -wholename ./.repo -prune -o -type f > filelist)