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

  /development/build/tools/
patch_windows_sdk.sh 83 find $TEMP_SDK_DIR -maxdepth 1 -name "*.[ht]*" -type f -print0 | xargs -0 $UNIX2DOS
84 find $TEMP_SDK_DIR -maxdepth 3 -name "*.bat" -type f -print0 | xargs -0 $UNIX2DOS
  /external/bouncycastle/
import_bouncycastle.sh 166 find "$git_dir" -type f -print0 | while IFS= read -r -d $'\0' file; do
216 find $bouncycastle_dir_orig -type f -print0 | xargs -0 chmod a-w
227 find $bouncycastle_dir_orig -name package.html -print0 | xargs -0 rm
228 find $bouncycastle_dir -name package.html -print0 | xargs -0 rm
265 find . -type f -name "*.orig" -print0 | xargs -0 rm -f
276 find $bouncycastle_dir -type f -name "*.orig" -print0 | xargs -0 rm -f
277 find $bouncycastle_dir -type f -name "*~" -print0 | xargs -0 rm -f
  /build/
envsetup.sh 1064 find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|S|java|xml|sh|mk|aidl)' -print0 | xargs -0 grep --color -n "$@"
1071 find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|S\|java\|xml\|sh\|mk\|aidl\)' -print0 | xargs -0 grep --color -n "$@"
1083 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" -print0 | xargs -0 grep --color -n "$@"
1088 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" -print0 | xargs -0 grep --color -n "$@"
1093 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' \) -print0 | xargs -0 grep --color -n "$@"
1098 for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type d`; do find $dir -type f -name '*\.xml' -print0 | xargs -0 grep --color -n "$@"; done;
1103 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidManifest.xml' -print0 | xargs -0 grep --color -n "$@"
1108 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -name sepolicy -type d -print0 | xargs -0 grep --color -n -r --exclude-dir=\.git "$@"
1113 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.rc*" -print0 | xargs -0 grep --color -n "$@"
1120 find -E . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -iregex '.*/(Makefile|Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -print0 | xargs -0 grep --color -n "$@
    [all...]
  /external/lldb/tools/lldb-perf/common/clang/
build-clang.sh 28 ( cd ../llvm ; rm -rf cmake configure docs examples projects *.txt *.TXT autoconf bindings test unittests utils ; find . -type d -name .svn -print0 | xargs -0 rm -rf )
  /build/core/
cleanspec.mk 59 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
  /external/strace/maint/
ioctls_sym.sh 76 find . -type f -name '*.h' -print0 |
  /ndk/build/tools/
download-toolchain-sources.sh 270 find $TMPDIR -type f -a -name "*.info" ! -name sysroff.info -print0 | xargs -0 rm -f
  /external/selinux/policycoreutils/scripts/
fixfiles 154 find $m -mount -newermt $DATE -print0 2>/dev/null | ${RESTORECON} ${FORCEFLAG} ${VERBOSE} -i -0 -f -

Completed in 5337 milliseconds