apply_patch(src_file, tgt_file, tgt_sha1, tgt_size, patch1_sha1, patch1_blob, [...]) Applies a binary patch to the src_file to produce the tgt_file. If the desired target is the same as the source, pass "-" for tgt_file. tgt_sha1 and tgt_size are the expected final SHA1 hash and size of the target file. The remaining arguments must come in pairs: a SHA1 hash (a 40-character hex string) and a blob.
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected