Home
last modified time | relevance | path

Searched refs:pLocation (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp331 std::string pLocation = cupsOpt["printer-location"].get<std::string>(); in ParsePrinterOpt() local
332 PRINT_HILOGD("printer-location: %{public}s", pLocation.c_str()); in ParsePrinterOpt()
333 nativePrinterInfo.location = CopyString(pLocation); in ParsePrinterOpt()