/external/iptables/ |
release.sh | 26 md5sum "$TARBALL" >"$TARBALL.md5sum"; 30 md5sum "$PATCH" >"$PATCH.md5sum";
|
/external/genext2fs/ |
test-gen.lib | 46 digest=`md5sum ext2.img 2>/dev/null | cut -f 1 -d " "`
|
/external/libvpx/build/make/ |
Makefile | 25 # Note: md5sum is not installed on OS X, but openssl is. Openssl may not be 27 md5sum := $(firstword $(wildcard \ macro 28 $(foreach e,md5sum openssl,\ 31 md5sum := $(if $(filter %openssl,$(md5sum)),$(md5sum) dgst -md5,$(md5sum)) macro 47 echo " [MD5SUM] $(DIST_DIR)"; \ 49 $(md5sum) `find . -name md5sums.txt -prune -o -type f -print` \
|
/external/bzip2/ |
bzip.css | 6 #761596 purple md5sum text 33 #release .md5sum { color: #761596; }
|
/device/samsung/maguro/self-extractors/ |
generate-packages.sh | 119 ARCHIVE=$COMPANY-$DEVICE-$BUILD-$(md5sum < tmp/$SCRIPT | cut -b -8 | tr -d \\n).tgz
|
/device/ti/panda/self-extractors/ |
generate-packages.sh | 85 ARCHIVE=$COMPANY-$DEVICE-$BUILD-$(md5sum < tmp/$SCRIPT | cut -b -8 | tr -d \\n).tgz
|
/external/flac/include/FLAC/ |
format.h | 533 FLAC__byte md5sum[16]; member in struct:__anon5566 [all...] |
/build/core/ |
config.mk | 279 # It's called md5 on Mac OS and md5sum on Linux 281 MD5SUM:=md5 -q 283 MD5SUM:=md5sum
|
/ndk/build/core/ |
ndk-common.sh | 507 # Let's check that we have a working md5sum here 510 A_MD5=`echo "A" | md5sum | cut -d' ' -f1` 512 echo "Please install md5sum on this machine"
|
/external/flac/libFLAC/ |
stream_encoder_framing.c | 101 if(!FLAC__bitwriter_write_byte_block(bw, metadata->data.stream_info.md5sum, 16))
|
metadata_object.c | 714 if(0 != memcmp(block1->md5sum, block2->md5sum, 16)) [all...] |
stream_encoder.c | [all...] |
stream_decoder.c | 721 if(memcmp(decoder->private_->stream_info.data.stream_info.md5sum, decoder->private_->computed_md5sum, 16)) [all...] |
metadata_iterators.c | [all...] |