OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ArchivePatchHelper
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/installer/setup/
archive_patch_helper.cc
15
ArchivePatchHelper
::
ArchivePatchHelper
(const base::FilePath& working_directory,
24
ArchivePatchHelper
::~
ArchivePatchHelper
() {}
27
bool
ArchivePatchHelper
::UncompressAndPatch(
32
ArchivePatchHelper
instance(working_directory, compressed_archive,
38
bool
ArchivePatchHelper
::Uncompress(base::FilePath* last_uncompressed_file) {
56
bool
ArchivePatchHelper
::EnsemblePatch() {
81
bool
ArchivePatchHelper
::BinaryPatch() {
archive_patch_helper.h
29
class
ArchivePatchHelper
{
34
ArchivePatchHelper
(const base::FilePath& working_directory,
39
~
ArchivePatchHelper
();
92
DISALLOW_COPY_AND_ASSIGN(
ArchivePatchHelper
);
Completed in 436 milliseconds