Searched refs:temp_crx_path (Results 1 – 2 of 2) sorted by relevance
277 base::FilePath temp_crx_path = temp_dir_.path().Append(crx_path_.BaseName()); in Start() local279 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() argument352 host->SetExposedDir(temp_crx_path.DirName()); in StartProcessOnIOThread()355 temp_crx_path, extension_id_, location_, creation_flags_)); in StartProcessOnIOThread()
174 void StartProcessOnIOThread(const base::FilePath& temp_crx_path);