Lines Matching refs:patch_size
160 uint64_t patch_size; in bspatch() local
161 patch_file->GetSize(&patch_size); in bspatch()
162 std::vector<uint8_t> patch(patch_size); in bspatch()
163 if (!ReadAll(patch_file, patch.data(), patch_size)) { in bspatch()
169 return bspatch(old_filename, new_filename, patch.data(), patch_size, in bspatch()
180 size_t patch_size, in bspatch() argument
226 return bspatch(old_file, new_file, patch_data, patch_size); in bspatch()
234 size_t patch_size, in bspatch() argument
239 return bspatch(old_file, new_file, patch_data, patch_size); in bspatch()
247 size_t patch_size) { in bspatch() argument
249 if (!patch_reader.Init(patch_data, patch_size)) { in bspatch()