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

/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintJob.java94 private String mDestination = null; field in class:Win32PrintJob
437 if (mDestination != null) { // if destination attribute is set
439 FileOutputStream fos = new FileOutputStream(mDestination);
696 mDestination = (new File(uri)).getPath();
704 security.checkWrite(mDestination);
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintJob.java122 mDestination = service.getName();
789 mDestination = (new File(uri)).getPath();
797 security.checkWrite(mDestination);
923 private String mDestination, mOptions=""; field in class:UnixPrintJob
935 spoolFile = new File(mDestination);
995 String execCmd[] = printExecCmd(mDestination, mOptions,
/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java282 protected String mDestination = ""; field in class:RasterPrinterJob
949 mDestination = (new File(dest.getURI())).getPath();
951 mDestination = "out.prn";
957 mDestination = (new File(defaultDest.getURI())).getPath();
965 mDestination = ps.getName();
H A DPSPrinterJob.java262 private String mDestination = "lp"; field in class:PSPrinterJob
465 mDestination = (new File(dest.getURI())).getPath();
467 mDestination = "out.ps";
473 mDestination = pServ.getName();
512 mDestination = super.destinationAttr;
516 spoolFile = new File(mDestination);
714 String execCmd[] = printExecCmd(mDestination, mOptions,
770 mDestination = getPrintService().getName();
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java326 private String mDestination = null; field in class:WPrinterJob
641 mDestination = null;
663 mDestination = destinationAttr;
1316 if (!_startDoc(mDestination, getJobName())) {
1656 return (mDestination != null);

Completed in 370 milliseconds