Searched refs:ApplyEnsemblePatch (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/courgette/ |
D | courgette.h | 75 Status ApplyEnsemblePatch(SourceStream* old, SourceStream* patch, 83 Status ApplyEnsemblePatch(const base::FilePath::CharType* old_file_name,
|
D | description.md | 98 - 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.
|
D | courgette_minimal_tool.cc | 43 courgette::ApplyEnsemblePatch(argv[1], argv[2], argv[3]);
|
D | versioning_unittest.cc | 35 courgette::ApplyEnsemblePatch(&old_stream, in TestApplyingOldPatch()
|
D | ensemble_apply.cc | 307 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()
|
D | courgette_tool.cc | 330 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()
|
D | ensemble_unittest.cc | 40 status = courgette::ApplyEnsemblePatch(&source, &patch_source, &patch_result); in TestEnsemble()
|
/external/chromium_org/chrome/installer/setup/ |
D | archive_patch_helper.cc | 63 courgette::ApplyEnsemblePatch(patch_source_.value().c_str(), in EnsemblePatch()
|
D | setup_util.cc | 106 courgette::ApplyEnsemblePatch(src.value().c_str(), in CourgettePatchFiles()
|
/external/chromium_org/chrome/browser/component_updater/test/ |
D | component_patcher_unittest.cc | 48 exit_code = courgette::ApplyEnsemblePatch(input_file.value().c_str(), in Patch()
|