HomeSort by relevance Sort by last modified time
    Searched refs:print0 (Results 1 - 8 of 8) sorted by null

  /packages/apps/Email/
remove-exchange-support.sh 49 find . \( -name '*.java' -o -name '*.xml' -o -name 'Android.mk' \) -print0 |
55 find . -name '*.java' -print0 |
  /external/bouncycastle/
import_bouncycastle.sh 187 find $BOUNCYCASTLE_DIR_ORIG -type f -print0 | xargs -0 chmod a-w
225 find . -type f -name "*.orig" -print0 | xargs -0 rm -f
234 find $BOUNCYCASTLE_DIR -type f -name "*.orig" -print0 | xargs -0 rm -f
235 find $BOUNCYCASTLE_DIR -type f -name "*~" -print0 | xargs -0 rm -f
  /external/openssl/
import_openssl.sh 210 find $OPENSSL_DIR_ORIG -type f -print0 | xargs -0 chmod a-w
244 find . -type f -name "*.orig" -print0 | xargs -0 rm -f
253 find $BOUNCYCASTLE_DIR -type f -name "*.orig" -print0 | xargs -0 rm -f
254 find $BOUNCYCASTLE_DIR -type f -name "*~" -print0 | xargs -0 rm -f
  /development/build/tools/
patch_windows_sdk.sh 104 find $TEMP_SDK_DIR -maxdepth 1 -name "*.[ht]*" -type f -print0 | xargs -0 unix2dos
105 find $TEMP_SDK_DIR -maxdepth 3 -name "*.bat" -type f -print0 | xargs -0 unix2dos
make_windows_sdk.sh 231 find "$TEMP_SDK_DIR" -maxdepth 1 -type f -writable -print0 | xargs -0 unix2dos -D
232 find "$TEMP_SDK_DIR" -maxdepth 3 -name "*.bat" -type f -writable -print0 | xargs -0 unix2dos -D
  /ndk/build/tools/
download-toolchain-sources.sh 147 find $TMPDIR -type f -a -name "*.info" -print0 | xargs -0 rm -f
  /build/
envsetup.sh 797 find -E . -type f -iregex '.*\.(c|h|cpp|S|java|xml|sh|mk)' -print0 | xargs -0 grep --color -n "$@"
804 find . -type f -iregex '.*\.\(c\|h\|cpp\|S\|java\|xml\|sh\|mk\)' -print0 | xargs -0 grep --color -n "$@"
811 find . -type f -name "*\.java" -print0 | xargs -0 grep --color -n "$@"
816 find . -type f \( -name '*.c' -o -name '*.cc' -o -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 grep --color -n "$@"
821 for dir in `find . -name res -type d`; do find $dir -type f -name '*\.xml' -print0 | xargs -0 grep --color -n "$@"; done;
828 find -E . -type f -iregex '.*/(Makefile|Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -print0 | xargs -0 grep --color -n "$@"
833 find -E . -type f -iregex '.*\.(c|h|cpp|S|java|xml)' -print0 | xargs -0 grep --color -n -i "$@"
840 find . -regextype posix-egrep -iregex '(.*\/Makefile|.*\/Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -type f -print0 | xargs -0 grep --color -n "$@"
845 find . -regextype posix-egrep -iregex '.*\.(c|h|cpp|S|java|xml)' -type f -print0 | xargs -0 grep --color -n -i "$@"
  /build/core/
cleanspec.mk 59 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)

Completed in 393 milliseconds