Searched defs:temp_crx_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dsandboxed_extension_unpacker.cc101 FilePath temp_crx_path = temp_dir_.path().Append(crx_path_.BaseName());
103 temp_crx_path);
105 if (!file_util::CopyFile(crx_path_, temp_crx_path)) {
128 if (!file_util::NormalizeFilePath(temp_crx_path, &link_free_crx_path)) {
130 << temp_crx_path.value();
147 ExtensionUnpacker unpacker(temp_crx_path);
166 const FilePath& temp_crx_path) {
168 host->StartExtensionUnpacker(temp_crx_path);
165 StartProcessOnIOThread( const FilePath& temp_crx_path) argument

Completed in 17 milliseconds