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

/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
H A Dport_monitor.cc247 base::FilePath ie_path; local
248 PathService::Get(base::DIR_PROGRAM_FILESX86, &ie_path);
249 ie_path = ie_path.Append(kIePath);
250 CommandLine command_line(ie_path);

Completed in 60 milliseconds