Searched refs:GetStartOffset (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/applypatch/ |
D | imgdiff.cpp | 446 source_start_(src.GetStartOffset()), in PatchChunk() 449 target_start_(tgt.GetStartOffset()), in PatchChunk() 461 target_start_(tgt.GetStartOffset()), in PatchChunk() 919 used_src_ranges.Insert(central_directory->GetStartOffset(), in SplitZipModeImageWithLimit() 928 split_tgt_chunks.emplace_back(CHUNK_NORMAL, tgt->GetStartOffset(), &tgt_image.file_content_, in SplitZipModeImageWithLimit() 933 size_t src_offset = src->GetStartOffset(); in SplitZipModeImageWithLimit() 942 split_tgt_chunks.emplace_back(CHUNK_NORMAL, tgt->GetStartOffset(), &tgt_image.file_content_, in SplitZipModeImageWithLimit() 953 split_tgt_chunks.emplace_back(CHUNK_NORMAL, tgt->GetStartOffset(), &tgt_image.file_content_, in SplitZipModeImageWithLimit() 977 src_ranges.Insert(central_directory->GetStartOffset(), central_directory->DataLengthForPatch()); in SplitZipModeImageWithLimit() 1005 size_t tgt_start = split_tgt_chunks[i].GetStartOffset(); in AddSplitImageFromChunkList() [all …]
|
/bootable/recovery/applypatch/include/applypatch/ |
D | imgdiff_image.h | 55 size_t GetStartOffset() const { in GetStartOffset() function
|