Searched refs:mDestination (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/src/java.desktop/windows/classes/sun/print/
H A DWin32PrintJob.java94 private String mDestination = null; field in class:Win32PrintJob
438 if (mDestination != null) { // if destination attribute is set
440 FileOutputStream fos = new FileOutputStream(mDestination);
697 mDestination = (new File(uri)).getPath();
705 security.checkWrite(mDestination);
/openjdk9/jdk/src/java.desktop/unix/classes/sun/print/
H A DUnixPrintJob.java124 mDestination = service.getName();
126 mDestination = ((IPPPrintService)service).getDest();
810 mDestination = (new File(uri)).getPath();
818 security.checkWrite(mDestination);
953 private String mDestination, mOptions=""; field in class:UnixPrintJob
965 spoolFile = new File(mDestination);
1025 String execCmd[] = printExecCmd(mDestination, mOptions,
/openjdk9/jdk/src/java.desktop/share/classes/sun/print/
H A DPSPrinterJob.java252 private String mDestination = "lp"; field in class:PSPrinterJob
462 mDestination = (new File(dest.getURI())).getPath();
464 mDestination = "out.ps";
470 mDestination = pServ.getName();
474 mDestination = psaSet.get(PrinterName.class).toString();
532 mDestination = super.destinationAttr;
536 spoolFile = new File(mDestination);
735 String execCmd[] = printExecCmd(mDestination, mOptions,
796 mDestination = pServ.getName();
800 mDestination
[all...]
H A DRasterPrinterJob.java284 protected String mDestination = ""; field in class:RasterPrinterJob
1091 mDestination = (new File(dest.getURI())).getPath();
1093 mDestination = "out.prn";
1099 mDestination = (new File(defaultDest.getURI())).getPath();
1107 mDestination = ps.getName();
/openjdk9/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPrinterJob.java335 private String mDestination = null; field in class:WPrinterJob
676 mDestination = null;
699 mDestination = destinationAttr;
1376 if (!_startDoc(mDestination, getJobName())) {
1672 return (mDestination != null);

Completed in 69 milliseconds