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

  /external/chromium_org/chrome/browser/component_updater/
component_unpacker.h 69 base::FilePath unpack_path_; member in class:ComponentUnpacker
component_unpacker.cc 147 &unpack_path_)) {
153 // patch output into unpack_path_.
165 unpack_path_,
176 // Package is a normal update/install; unzip it into unpack_path_ directly.
177 if (!zip::Unzip(path, unpack_path_)) {
182 scoped_ptr<base::DictionaryValue> manifest(ReadManifest(unpack_path_));
190 unpack_path_.Append(FILE_PATH_LITERAL("manifest.fingerprint")),
196 if (!installer->Install(*manifest, unpack_path_)) {
201 unpack_path_.clear();
205 if (!unpack_path_.empty()
    [all...]

Completed in 78 milliseconds