Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallPrinter.java773 String filecontents = new String(); in setType() local
781 filecontents = filecontents.concat(","); in setType()
783 filecontents = filecontents.concat(filedata[i]); in setType()
786 filecontents); in setType()
788 if (filecontents.equals("postscript")) { in setType()
791 } else if (filecontents.equals("application/postscript")) { in setType()
795 } else if (filecontents.equals("simple")) { in setType()
797 } else if (filecontents.equals("text/plain")) { in setType()
800 } else if (filecontents.equals("postscript,simple")) { in setType()
803 } else if (filecontents.equals("simple,postscript")) { in setType()
[all …]
H A DpmCalls.java117 String filecontents = new String(); in debugShowPrinter() local