Searched refs:GetEntryName (Results 1 – 3 of 3) sorted by relevance
868 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()
52 const std::string& GetEntryName() const { in GetEntryName() function
883 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()