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 48 find . \( -name '*.java' -o -name '*.xml' -o -name 'Android.mk' \) -print0 |
54 find . -name '*.java' -print0 |
  /development/build/tools/
patch_windows_sdk.sh 82 find $TEMP_SDK_DIR -maxdepth 1 -name "*.[ht]*" -type f -print0 | xargs -0 $UNIX2DOS
83 find $TEMP_SDK_DIR -maxdepth 3 -name "*.bat" -type f -print0 | xargs -0 $UNIX2DOS
  /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 214 find $OPENSSL_DIR_ORIG -type f -print0 | xargs -0 chmod a-w
248 find . \( -type f -o -type l \) -name "*.orig" -print0 | xargs -0 rm -f
257 find $BOUNCYCASTLE_DIR -type f -name "*.orig" -print0 | xargs -0 rm -f
258 find $BOUNCYCASTLE_DIR -type f -name "*~" -print0 | xargs -0 rm -f
  /build/
envsetup.sh 796 find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cpp|S|java|xml|sh|mk)' -print0 | xargs -0 grep --color -n "$@"
803 find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cpp\|S\|java\|xml\|sh\|mk\)' -print0 | xargs -0 grep --color -n "$@"
810 find . -name .repo -prune -o -name .git -prune -o -type f -name "*\.java" -print0 | xargs -0 grep --color -n "$@"
815 find . -name .repo -prune -o -name .git -prune -o -type f \( -name '*.c' -o -name '*.cc' -o -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 grep --color -n "$@"
820 for dir in `find . -name .repo -prune -o -name .git -prune -o -name res -type d`; do find $dir -type f -name '*\.xml' -print0 | xargs -0 grep --color -n "$@"; done;
827 find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*/(Makefile|Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -print0 | xargs -0 grep --color -n "$@"
832 find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cpp|S|java|xml)' -print0 | xargs -0 grep --color -n -i "$@"
839 find . -name .repo -prune -o -name .git -prune -o -regextype posix-egrep -iregex '(.*\/Makefile|.*\/Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -type f -print0 | xargs -0 grep --color -n "$@"
844 find . -name .repo -prune -o -name .git -prune -o -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)
  /ndk/build/tools/
download-toolchain-sources.sh 224 find $TMPDIR -type f -a -name "*.info" ! -name sysroff.info -print0 | xargs -0 rm -f
  /external/openssh/contrib/caldera/
openssh.spec 263 find %{buildroot}%{_mandir} -type f -not -name '*.gz' -print0 | xargs -0r %__gzip -9nf

Completed in 255 milliseconds