Home
last modified time | relevance | path

Searched refs:ApplyEnsemblePatch (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/courgette/
Dcourgette.h75 Status ApplyEnsemblePatch(SourceStream* old, SourceStream* patch,
83 Status ApplyEnsemblePatch(const base::FilePath::CharType* old_file_name,
Ddescription.md98 - courgette\_tool.cc:ApplyEnsemblePatch kicks off the patch generation
99 by calling ensemble\_apply.cc:ApplyEnsemblePatch
101 - ensemble\_create.cc:ApplyEnsemblePatch, reads and verifies the
103 ensemble\_create.cc:ApplyEnsemblePatch.
Dcourgette_minimal_tool.cc43 courgette::ApplyEnsemblePatch(argv[1], argv[2], argv[3]);
Dversioning_unittest.cc35 courgette::ApplyEnsemblePatch(&old_stream, in TestApplyingOldPatch()
Densemble_apply.cc307 Status ApplyEnsemblePatch(SourceStream* base, in ApplyEnsemblePatch() function
381 Status ApplyEnsemblePatch(const base::FilePath::CharType* old_file_name, in ApplyEnsemblePatch() function
411 status = ApplyEnsemblePatch(&old_source_stream, &patch_source_stream, in ApplyEnsemblePatch()
Dcourgette_tool.cc330 void ApplyEnsemblePatch(const base::FilePath& old_file, in ApplyEnsemblePatch() function
338 courgette::ApplyEnsemblePatch(old_file.value().c_str(), in ApplyEnsemblePatch()
496 ApplyEnsemblePatch(values[0], values[1], values[2]); in main()
Densemble_unittest.cc40 status = courgette::ApplyEnsemblePatch(&source, &patch_source, &patch_result); in TestEnsemble()
/external/chromium_org/chrome/installer/setup/
Darchive_patch_helper.cc63 courgette::ApplyEnsemblePatch(patch_source_.value().c_str(), in EnsemblePatch()
Dsetup_util.cc106 courgette::ApplyEnsemblePatch(src.value().c_str(), in CourgettePatchFiles()
/external/chromium_org/chrome/browser/component_updater/test/
Dcomponent_patcher_unittest.cc48 exit_code = courgette::ApplyEnsemblePatch(input_file.value().c_str(), in Patch()