HomeSort by relevance Sort by last modified time
    Searched refs:ApplyEnsemblePatch (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/courgette/
courgette_minimal_tool.cc 43 courgette::ApplyEnsemblePatch(argv[1], argv[2], argv[3]);
courgette.h 75 Status ApplyEnsemblePatch(SourceStream* old, SourceStream* patch,
83 Status ApplyEnsemblePatch(const base::FilePath::CharType* old_file_name,
versioning_unittest.cc 35 courgette::ApplyEnsemblePatch(&old_stream,
ensemble_unittest.cc 40 status = courgette::ApplyEnsemblePatch(&source, &patch_source, &patch_result);
ensemble_apply.cc 307 Status ApplyEnsemblePatch(SourceStream* base,
381 Status ApplyEnsemblePatch(const base::FilePath::CharType* old_file_name,
411 status = ApplyEnsemblePatch(&old_source_stream, &patch_source_stream,
courgette_tool.cc 330 void ApplyEnsemblePatch(const base::FilePath& old_file,
338 courgette::ApplyEnsemblePatch(old_file.value().c_str(),
496 ApplyEnsemblePatch(values[0], values[1], values[2]);
  /external/chromium_org/chrome/installer/setup/
archive_patch_helper.cc 63 courgette::ApplyEnsemblePatch(patch_source_.value().c_str(),
setup_util.cc 106 courgette::ApplyEnsemblePatch(src.value().c_str(),
  /external/chromium_org/chrome/browser/component_updater/test/
component_patcher_unittest.cc 48 exit_code = courgette::ApplyEnsemblePatch(input_file.value().c_str(),

Completed in 261 milliseconds