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

  /external/iptables/
release.sh 27 sha1sum "$TARBALL" >"$TARBALL.sha1sum";
31 sha1sum "$PATCH" >"$PATCH.sha1sum";
  /bootable/recovery/applypatch/
applypatch.c 170 char** sha1sum = malloc(pairs * sizeof(char*)); local
179 sha1sum[i] = strtok(NULL, ":");
264 if (ParseSha1(sha1sum[index[i]], parsed_sha) != 0) {
266 sha1sum[index[i]], filename);
276 size[index[i]], sha1sum[index[i]]);
317 free(sha1sum);
imgdiff_test.sh 57 sha1sum $1 | awk '{print $1}'
applypatch.sh 71 sha1sum $1 | awk '{print $1}'
  /development/build/tools/
mk_sdk_repo_xml.sh 34 if [[ ! -x $(which sha1sum) ]]; then
35 error "Missing tool: sha1sum (Linux: apt-get install coreutils; Mac: port install md5sha1sum)"
250 SHA1=$( sha1sum "$SRC" | cut -d " " -f 1 )
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 325 ! sha1sum -c --status "$cksum_file" < "$new_po" > /dev/null; then
327 cp "$new_po" "$po_dir/$po.po" && sha1sum < "$new_po" > "$cksum_file"
  /external/chromium/build/
install-build-deps.sh 54 if test "`sha1sum $BINUTILS.tar.bz2|cut -d' ' -f1`" != "$BINUTILS_SHA1"
56 echo Bad sha1sum for $BINUTILS.tar.bz2

Completed in 427 milliseconds