Lines Matching refs:find

222             echo "Can't find toolchain for unknown architecture: $ARCH"
833 echo "can't find Android.mk"
966 find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|hpp|S|java|xml|sh|mk|aidl|vts|proto)' \
974 find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|hpp\|S\|java\|xml\|sh\|mk\|aidl\|vts\|proto\)' \
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 -name '*.cc' -o -name '*.cpp' -o -name '*.h' -o -name '*.hpp' \) \
1012 for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type d`; do
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 'AndroidManifest.xml' \
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 '.*/(Makefile|Makefile\..*|.*\.make|.*\.mak|.*\.mk|.*\.bp)' -o -regex '(.*/)?(build|soong)/.*[^/]*\.go' \) -type f \
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 -iregex '(.*\/Makefile|.*\/Makefile\..*|.*\.make|.*\.mak|.*\.mk|.*\.bp)' -o -regextype posix-extended -regex '(.*/)?(build|soong)/.*[^/]*\.go' \) -type f \
1065 find . -name .repo -prune -o -name .git -prune -o -regextype posix-egrep -iregex '.*\.(c|h|cpp|hpp|S|java|xml)' -type f \
1095 echo "Error: cannot find kernel: '$KERNEL'"
1296 (\cd $T; find . -wholename ./out -prune -o -wholename ./.repo -prune -o -type f > $FILELIST)
1358 echo "Could not find module-info.json. It will only be built once, and it can be updated with 'refreshmod'" >&2
1379 echo "Could not find module-info.json. It will only be built once, and it can be updated with 'refreshmod'" >&2
1391 echo "Could not find module '$1' (try 'refreshmod' if there have been build changes?)." >&2
1583 # Execute the contents of any vendorsetup.sh files we can find.
1584 # Unless we find an allowed-vendorsetup_sh-files file, in which case we'll only
1591 for f in $(find -L device vendor product -maxdepth 4 -name 'allowed-vendorsetup_sh-files' 2>/dev/null | sort); do
1605 find -L $dir -maxdepth 4 -name 'vendorsetup.sh' 2>/dev/null | sort); do