HomeSort by relevance Sort by last modified time
    Searched full:xps_path (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor_dll.cc 42 base::FilePath xps_path; local
43 if (!SUCCEEDED(GetPrinterDriverDir(&xps_path))) {
46 xps_path = xps_path.Append(L"mxdwdrv.dll");
47 if (!base::PathExists(xps_path)) {
port_monitor.cc 196 // xps_path references a file to print.
198 bool LaunchPrintDialog(const base::FilePath& xps_path,
221 xps_path);
  /external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc 269 base::FilePath xps_path = temp_path.path().Append(kDriverName); local
273 if (!base::PathExists(xps_path)) {
287 driver_info.pDriverPath = const_cast<LPWSTR>(xps_path.value().c_str());

Completed in 104 milliseconds