Home
last modified time | relevance | path

Searched refs:temp_crx_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dsandboxed_unpacker.cc277 base::FilePath temp_crx_path = temp_dir_.path().Append(crx_path_.BaseName()); in Start() local
279 temp_crx_path); in Start()
281 if (!base::CopyFile(crx_path_, temp_crx_path)) { in Start()
297 if (!base::NormalizeFilePath(temp_crx_path, &link_free_crx_path)) { in Start()
299 << temp_crx_path.value(); in Start()
347 const base::FilePath& temp_crx_path) { in StartProcessOnIOThread() argument
352 host->SetExposedDir(temp_crx_path.DirName()); in StartProcessOnIOThread()
355 temp_crx_path, extension_id_, location_, creation_flags_)); in StartProcessOnIOThread()
Dsandboxed_unpacker.h174 void StartProcessOnIOThread(const base::FilePath& temp_crx_path);