Searched refs:FindPrinterNode (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/print/
H A DPrintServerApp.h85 status_t FindPrinterNode(const char* name, BNode& node);
H A DPrintServerApp.cpp461 && FindPrinterNode(fDefaultPrinter->Name(), node) == B_OK) {
469 status_t status = FindPrinterNode(printerName, node);
534 PrintServerApp::FindPrinterNode(const char* name, BNode& node) function in class:PrintServerApp

Completed in 11 milliseconds