HomeSort by relevance Sort by last modified time
    Searched refs:print0 (Results 1 - 11 of 11) 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
261 find . -type f -name "*.orig" -print0 | xargs -0 rm -f
272 find $bouncycastle_dir -type f -name "*.orig" -print0 | xargs -0 rm -f
273 find $bouncycastle_dir -type f -name "*~" -print0 | xargs -0 rm -f
  /external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
libyuv_tests.sh 86 # -print0/-0 are needed to handle possible newlines in the filenames.
90 \) -mtime +1 -print0 | xargs -0 rm -rf
  /external/chromium_org/tools/valgrind/
chrome_tests.sh 71 # -print0/-0 are needed to handle possible newlines in the filenames.
75 \) -mtime +1 -print0 | xargs -0 rm -rf
  /build/
envsetup.sh 1078 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 "$@"
1085 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 "$@"
1097 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" -print0 | xargs -0 grep --color -n "$@"
1102 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" -print0 | xargs -0 grep --color -n "$@"
1107 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' \) -print0 | xargs -0 grep --color -n "$@"
1112 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;
1117 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidManifest.xml' -print0 | xargs -0 grep --color -n "$@"
1122 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 "$@"
1129 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 "$@"
1134 find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cpp|S|java|xml)' -print0 | xargs -0 grep --color (…)
    [all...]
  /external/openssl/
import_openssl.sh 639 find $1 -type f -print0 | xargs -0 file --mime-encoding | grep -i "iso-8859" | cut -d: -f1
664 find $OPENSSL_DIR_ORIG -type f -print0 | xargs -0 chmod a-w
698 find . \( -type f -o -type l \) -name "*.orig" -print0 | xargs -0 rm -f
707 find $OPENSSL_DIR -type f -name "*.orig" -print0 | xargs -0 rm -f
708 find $OPENSSL_DIR -type f -name "*~" -print0 | xargs -0 rm -f
  /external/smack/asmack-master/
build.bash 340 find $RELEASE_DIR -maxdepth 1 -and \( -name '*.jar' -or -name '*.zip' \) -print0 \
344 find $RELEASE_DIR -maxdepth 1 -and \( -name '*.jar' -or -name '*.zip' \) -print0 \
410 find build \( -name '*.jar' -or -name '*.zip' \) -print0 | xargs -0 rm -f
567 find build \( -name '*.jar' -or -name '*.zip' \) -print0 | xargs -n 1 -0 $XARGS_ARGS advzip -z4
  /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)
  /ndk/build/tools/
download-toolchain-sources.sh 270 find $TMPDIR -type f -a -name "*.info" ! -name sysroff.info -print0 | xargs -0 rm -f
  /external/chromium_org/chrome/installer/mac/
keystone_install.sh 273 # Use find -print0 with read -d $'\0' to handle even the weirdest paths.
277 done < <(find "${directory}" -type l -print0)
    [all...]

Completed in 1464 milliseconds