Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DValid.java64 System.out.println(localPrinterName("foo/bar")); in main()
107 public static boolean localPrinterName(String pn) in localPrinterName() method in Valid
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallPrinter.java906 if (!Valid.localPrinterName(printer)) { in getPrinterServer()