Home | History | Annotate | Download | only in tools

Lines Matching refs:patch_sha

433 def GetZipFileName(build_revision=None, target_arch='ia32', patch_sha=None):
452 if patch_sha:
453 build_revision = '%s_%s' % (build_revision , patch_sha)
457 def GetRemoteBuildPath(build_revision, target_arch='ia32', patch_sha=None):
471 base_filename = GetZipFileName(build_revision, target_arch, patch_sha)
1557 patch_sha, out_dir):
1574 source_file = GetRemoteBuildPath(revision, target_arch, patch_sha)
1581 source_file = GetRemoteBuildPath(svn_revision, target_arch, patch_sha)
1596 patch_sha = None
1599 patch_sha = GetSHA1HexDigest(patch)
1602 # 'DEPS.sha' and add patch_sha evaluated above to it.
1603 patch = '%s\n%s' % (patch, DEPS_SHA_PATCH % {'deps_sha': patch_sha})
1611 patch_sha, abs_build_dir)