Home
last modified time | relevance | path

Searched refs:GetEntryName (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/applypatch/
Dimgdiff.cpp868 if (chunk.GetEntryName() == name) { in FindChunkByName()
873 if (name == (chunk.GetEntryName() + "-0") || chunk.GetEntryName() == (name + "-0")) { in FindChunkByName()
895 ImageChunk* src_chunk = src_image->FindChunkByName(tgt_chunk.GetEntryName()); in CheckAndProcessChunks()
908 LOG(WARNING) << "Failed to reconstruct target deflate chunk [" << tgt_chunk.GetEntryName() in CheckAndProcessChunks()
952 const ImageChunk* src = src_image.FindChunkByName(tgt->GetEntryName(), true); in SplitZipModeImageWithLimit()
1141 : src_image.FindChunkByName(tgt_chunk.GetEntryName()); in GeneratePatchesInternal()
1149 LOG(ERROR) << "Failed to generate patch, name: " << tgt_chunk.GetEntryName(); in GeneratePatchesInternal()
1436 << tgt_chunk.GetEntryName() << "]; treating as normal"; in CheckAndProcessChunks()
/bootable/recovery/applypatch/include/applypatch/
Dimgdiff_image.h52 const std::string& GetEntryName() const { in GetEntryName() function
/bootable/recovery/tests/unit/host/
Dimgdiff_test.cpp883 ASSERT_EQ("a", split_src_images[0][0].GetEntryName()); in TEST()
884 ASSERT_EQ("b", split_src_images[0][1].GetEntryName()); in TEST()
887 ASSERT_EQ("c", split_src_images[1][0].GetEntryName()); in TEST()