OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xargs
(Results
201 - 225
of
295
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/scrypt/
import_scrypt.sh
410
find $1 -type f -print0 |
xargs
-0 file | fgrep "ISO-8859" | cut -d: -f1
436
find $SCRYPT_DIR_ORIG -type f -print0 |
xargs
-0 chmod a-w
469
find . \( -type f -o -type l \) -name "*.orig" -print0 |
xargs
-0 rm -f
478
find $SCRYPT_DIR -type f -name "*.orig" -print0 |
xargs
-0 rm -f
479
find $SCRYPT_DIR -type f -name "*~" -print0 |
xargs
-0 rm -f
/external/smack/asmack-master/
build.bash
248
|
xargs
-I{} -n 1 $XARGS_ARGS ant \
341
|
xargs
-n 1 -0 $XARGS_ARGS gpg --local-user $GPG_KEY --detach-sign
345
|
xargs
-I{} -n 1 -0 $XARGS_ARGS sh -c 'md5sum {} > {}.md5'
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/chromium/build/
install-build-deps.sh
410
xargs
-n 1 -I FILE /bin/sh -c \
454
xargs
-r rm -rf
461
xargs
-r -n 1 sh -c "rm \$0 2>/dev/null || rmdir \$0 2>/dev/null || : "
463
tac |
xargs
-r rm -rf
466
find -L dpkg -type l -print | tac |
xargs
-r rm -rf
471
xargs
-r -n 1 sh -c "
482
find dpkg -type d | tac |
xargs
-r -n 1 rmdir 2>/dev/null || :
/build/core/
cleanspec.mk
59
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 |
xargs
-0 rm -f)
/dalvik/
CleanSpec.mk
44
#$(call add-clean-step, find $(OUT) -type f -name "IGTalkSession*" -print0 |
xargs
-0 rm -f)
/device/samsung/manta/
CleanSpec.mk
44
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 |
xargs
-0 rm -f)
/external/bison/
Makefile.am
61
|
xargs
$(build_aux)/$@
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
maybe_threads_unittest.sh
62
|
xargs
dirname`
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
maybe_threads_unittest.sh
62
|
xargs
dirname`
/external/chromium_org/tools/valgrind/
chrome_tests.sh
75
\) -mtime +1 -print0 |
xargs
-0 rm -rf
/external/clang/test/
Makefile
69
@ find . -name Output |
xargs
rm -fr
/external/icu4c/
CleanSpec.mk
44
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 |
xargs
-0 rm -f)
/external/libnfc-nxp/
CleanSpec.mk
44
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 |
xargs
-0 rm -f)
/external/linux-tools-perf/
CleanSpec.mk
44
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 |
xargs
-0 rm -f)
/external/llvm/
CleanSpec.mk
44
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 |
xargs
-0 rm -f)
/external/llvm/utils/buildit/
build_llvm
307
-print |
xargs
-n 1 -P ${SYSCTL} ${DSYMUTIL}
333
find $DEST_DIR -name \*.a -print |
xargs
ranlib || exit 1
334
find $DEST_DIR -name \*.dSYM -print |
xargs
rm -r || exit 1
342
-print |
xargs
-n 1 -P ${SYSCTL} $STRIP -arch all -Sl
/external/sqlite/
CleanSpec.mk
44
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 |
xargs
-0 rm -f)
/external/wpa_supplicant_8/
CleanSpec.mk
44
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 |
xargs
-0 rm -f)
/frameworks/av/
CleanSpec.mk
44
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 |
xargs
-0 rm -f)
/frameworks/rs/
CleanSpec.mk
44
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 |
xargs
-0 rm -f)
/frameworks/support/
CleanSpec.mk
44
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 |
xargs
-0 rm -f)
/hardware/qcom/bt/
CleanSpec.mk
44
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 |
xargs
-0 rm -f)
/libcore/
CleanSpec.mk
45
#$(call add-clean-step, find $(OUT) -type f -name "IGTalkSession*" -print0 |
xargs
-0 rm -f)
/packages/apps/Email/
CleanSpec.mk
44
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 |
xargs
-0 rm -f)
/packages/apps/Gallery2/
CleanSpec.mk
44
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 |
xargs
-0 rm -f)
Completed in 949 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>