Lines Matching refs:find
966 …find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|hpp|S|java|…
974 …find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|hpp\|S\|j…
987 … find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" \
993 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.go" \
999 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" \
1005 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( -name '*.c' -o -n…
1012 …for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type …
1013 find $dir -type f -name '*\.xml' -exec grep --color -n "$@" {} +
1019 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidMani…
1025 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'OWNERS' \
1031 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -name sepolicy -type d \
1037 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.rc*" \
1045 …find -E . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o \( -iregex '.*/(Makefil…
1051 …find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cpp|hpp|S|java|xml)…
1059 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o \( -regextype posix-egrep …
1065 …find . -name .repo -prune -o -name .git -prune -o -regextype posix-egrep -iregex '.*\.(c|h|cpp|hpp…
1296 (\cd $T; find . -wholename ./out -prune -o -wholename ./.repo -prune -o -type f > $FILELIST)
1591 …for f in $(find -L device vendor product -maxdepth 4 -name 'allowed-vendorsetup_sh-files' 2>/dev/n…
1605 find -L $dir -maxdepth 4 -name 'vendorsetup.sh' 2>/dev/null | sort); do