Home | History | Annotate | Download | only in ant

Lines Matching defs:ps

125             PrintStream ps = new PrintStream(depFile);
128 ps.print(outputFile);
129 ps.println(" : \\");
137 writeContent(ps, file, input);
139 ps.print(file.getAbsolutePath());
140 ps.println(" \\");
144 ps.close();
150 private void writeContent(PrintStream ps, File file, InputPath input) {
159 writeContent(ps, f, input);
161 ps.print(f.getAbsolutePath());
162 ps.println(" \\");