OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xps_path
(Results
1 - 2
of
2
) 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
)) {
/external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc
268
base::FilePath
xps_path
= temp_path.path().Append(kDriverName);
local
272
if (!base::PathExists(
xps_path
)) {
284
driver_info.pDriverPath = const_cast<LPWSTR>(
xps_path
.value().c_str());
Completed in 74 milliseconds