OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:patch_source
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/installer/setup/
archive_patch_helper.h
33
// |
patch_source
|, writing the result to |target|.
36
const base::FilePath&
patch_source
,
42
// extracted patch file to |
patch_source
|, writing the result to |target|.
47
const base::FilePath&
patch_source
,
56
//
patch_source
() to generate target(). Returns false if patching fails.
59
// Attempts to use bspatch to apply last_uncompressed_file() to
patch_source
()
66
void set_patch_source(const base::FilePath&
patch_source
) {
67
patch_source_ =
patch_source
;
69
const base::FilePath&
patch_source
() const {
function in class:installer::ArchivePatchHelper
setup_util.cc
173
base::FilePath
patch_source
;
local
178
patch_source
= installer_state.GetInstallerDirectory(product->version())
180
if (base::PathExists(
patch_source
))
181
return
patch_source
;
186
patch_source
= installer_state.GetInstallerDirectory(*version)
188
if (base::PathExists(
patch_source
))
189
return
patch_source
;
/external/chromium_org/courgette/
ensemble_unittest.cc
35
courgette::SourceStream
patch_source
;
local
36
patch_source
.Init(patch_sink.Buffer(), patch_sink.Length());
40
status = courgette::ApplyEnsemblePatch(&source, &
patch_source
, &patch_result);
Completed in 40 milliseconds