Searched refs:BinaryPatch (Results 1 – 4 of 4) sorted by relevance
35 (instance.EnsemblePatch() || instance.BinaryPatch())); in UncompressAndPatch()81 bool ArchivePatchHelper::BinaryPatch() { in BinaryPatch() function in installer::ArchivePatchHelper
61 bool BinaryPatch();
58 EXPECT_TRUE(archive_helper.EnsemblePatch() || archive_helper.BinaryPatch()); in TEST_F()
177 !archive_helper->BinaryPatch())) { in UncompressAndPatchChromeArchive()