Searched refs:LOCAL_RAW_PRINTER_PPD_NAME (Results 1 – 1 of 1) sorted by relevance
80 static const std::string LOCAL_RAW_PRINTER_PPD_NAME = "Local Raw Printer"; variable1820 } else if (strcmp(ppdName, LOCAL_RAW_PRINTER_PPD_NAME.c_str()) == 0) { in IsPrinterExist()1823 } else if (strstr(makeModel, LOCAL_RAW_PRINTER_PPD_NAME.c_str()) != nullptr) { in IsPrinterExist()