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

/external/chromium_org/courgette/
H A Dcourgette_minimal_tool.cc43 courgette::ApplyEnsemblePatch(argv[1], argv[2], argv[3]);
H A Dversioning_unittest.cc35 courgette::ApplyEnsemblePatch(&old_stream,
H A Dcourgette.h75 Status ApplyEnsemblePatch(SourceStream* old, SourceStream* patch,
83 Status ApplyEnsemblePatch(const base::FilePath::CharType* old_file_name,
H A Densemble_unittest.cc40 status = courgette::ApplyEnsemblePatch(&source, &patch_source, &patch_result);
H A Densemble_apply.cc307 Status ApplyEnsemblePatch(SourceStream* base, function in namespace:courgette
381 Status ApplyEnsemblePatch(const base::FilePath::CharType* old_file_name, function in namespace:courgette
411 status = ApplyEnsemblePatch(&old_source_stream, &patch_source_stream,
H A Dcourgette_tool.cc330 void ApplyEnsemblePatch(const base::FilePath& old_file, function
338 courgette::ApplyEnsemblePatch(old_file.value().c_str(),
496 ApplyEnsemblePatch(values[0], values[1], values[2]);
/external/chromium_org/chrome/installer/setup/
H A Darchive_patch_helper.cc63 courgette::ApplyEnsemblePatch(patch_source_.value().c_str(),
H A Dsetup_util.cc108 courgette::ApplyEnsemblePatch(src.value().c_str(),
/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client.cc316 const int patch_status = courgette::ApplyEnsemblePatch(
/external/chromium_org/components/component_updater/
H A Dcomponent_patcher_operation.cc236 courgette::ApplyEnsemblePatch(input_abs_path_.value().c_str(),

Completed in 210 milliseconds