HomeSort by relevance Sort by last modified time
    Searched refs:ArchivePatchHelper (Results 1 - 4 of 4) 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);
archive_patch_helper_unittest.cc 53 installer::ArchivePatchHelper archive_helper(test_dir_.path(),
setup_main.cc 90 scoped_ptr<installer::ArchivePatchHelper> CreateChromeArchiveHelper(
112 return scoped_ptr<installer::ArchivePatchHelper>();
123 return scoped_ptr<installer::ArchivePatchHelper>(
124 new installer::ArchivePatchHelper(working_directory,
139 installer::ArchivePatchHelper* archive_helper,
    [all...]

Completed in 423 milliseconds