OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unpack_path_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/component_updater/
component_unpacker.cc
150
&
unpack_path_
)) {
156
// patch output into
unpack_path_
.
168
unpack_path_
,
179
// Package is a normal update/install; unzip it into
unpack_path_
directly.
180
if (!zip::Unzip(path,
unpack_path_
)) {
185
scoped_ptr<base::DictionaryValue> manifest(ReadManifest(
unpack_path_
));
193
unpack_path_
.Append(FILE_PATH_LITERAL("manifest.fingerprint")),
199
if (!installer->Install(*manifest,
unpack_path_
)) {
204
unpack_path_
.clear();
208
if (!
unpack_path_
.empty()
[
all
...]
component_unpacker.h
75
base::FilePath
unpack_path_
;
member in class:ComponentUnpacker
Completed in 116 milliseconds