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

  /external/chromium_org/chrome/installer/setup/
archive_patch_helper.cc 16 const base::FilePath& compressed_archive,
20 compressed_archive_(compressed_archive),
29 const base::FilePath& compressed_archive,
32 ArchivePatchHelper instance(working_directory, compressed_archive,
archive_patch_helper.h 31 // Constructs an instance that can uncompress |compressed_archive| into
35 const base::FilePath& compressed_archive,
41 // Uncompresses |compressed_archive| in |working_directory| then applies the
46 const base::FilePath& compressed_archive,
50 // Uncompresses compressed_archive() into the working directory. On success,
63 const base::FilePath& compressed_archive() const { function in class:installer::ArchivePatchHelper
setup_main.cc 100 base::FilePath compressed_archive(
102 bool compressed_archive_specified = !compressed_archive.empty();
104 compressed_archive = setup_exe.DirName().Append(
109 if (!base::PathExists(compressed_archive)) {
112 << compressed_archive.value() << " not found.";
127 compressed_archive,
    [all...]

Completed in 61 milliseconds