Searched refs:installer_source (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cloud_print/common/win/
H A Dinstall_utils.cc192 base::FilePath installer_source; local
193 if (!PathService::Get(base::FILE_EXE, &installer_source))
196 if (!IsProgramsFilesParent(installer_source))
201 base::CopyFile(installer_source, temp_path);
204 command_line.AppendSwitchPath(delete_switch, installer_source.DirName());

Completed in 108 milliseconds