Home | History | Annotate | Download | only in component_updater

Lines Matching refs:unpack_path_

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())
206 base::DeleteFile(unpack_path_, true);