Home
last modified time | relevance | path

Searched refs:GetStartOffset (Results 1 – 2 of 2) sorted by relevance

/bootable/deprecated-ota/applypatch/
Dimgdiff.cpp446 source_start_(src.GetStartOffset()), in PatchChunk()
449 target_start_(tgt.GetStartOffset()), in PatchChunk()
461 target_start_(tgt.GetStartOffset()), in PatchChunk()
945 used_src_ranges.Insert(central_directory->GetStartOffset(), in SplitZipModeImageWithLimit()
954 split_tgt_chunks.emplace_back(CHUNK_NORMAL, tgt->GetStartOffset(), &tgt_image.file_content_, in SplitZipModeImageWithLimit()
959 size_t src_offset = src->GetStartOffset(); in SplitZipModeImageWithLimit()
968 split_tgt_chunks.emplace_back(CHUNK_NORMAL, tgt->GetStartOffset(), &tgt_image.file_content_, in SplitZipModeImageWithLimit()
979 split_tgt_chunks.emplace_back(CHUNK_NORMAL, tgt->GetStartOffset(), &tgt_image.file_content_, in SplitZipModeImageWithLimit()
1003 src_ranges.Insert(central_directory->GetStartOffset(), central_directory->DataLengthForPatch()); in SplitZipModeImageWithLimit()
1031 size_t tgt_start = split_tgt_chunks[i].GetStartOffset(); in AddSplitImageFromChunkList()
[all …]
/bootable/deprecated-ota/applypatch/include/applypatch/
Dimgdiff_image.h55 size_t GetStartOffset() const { in GetStartOffset() function