HomeSort by relevance Sort by last modified time
    Searched defs:diff_len (Results 1 - 2 of 2) sorted by null

  /external/bsdiff/
patch_reader.cc 71 int64_t diff_len = ParseInt64(patch_data + 16); local
73 if ((ctrl_len < 0) || (diff_len < 0) || (signed_newsize < 0) ||
74 (32 + ctrl_len + diff_len > static_cast<int64_t>(patch_size))) {
76 << ", data_len: " << diff_len
100 diff_len)) {
101 LOG(ERROR) << "Failed to init ctrl stream, diff_len: " << diff_len;
105 offset += diff_len;
test_utils.h 74 int64_t diff_len = -1; member in struct:test_utils::BsdiffPatchFile

Completed in 197 milliseconds