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

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java76 static String outputFilename = null; field in class:EclReadAndPlay
174 outputFilename = val;
183 outputFilename == null ) {
186 + "-o {outputFilename} -D {bindD} -w {bindPwd} "
214 standardOut = new PrintWriter(new BufferedWriter(new FileWriter( new File(outputFilename)) ) );
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java75 static String outputFilename = null; field in class:EclReadAndPlay
173 outputFilename = val;
182 outputFilename == null ) {
185 + "-o {outputFilename} -D {bindD} -w {bindPwd} "
213 standardOut = new PrintWriter(new BufferedWriter(new FileWriter( new File(outputFilename)) ) );
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java76 static String outputFilename = null; field in class:EclReadAndPlay
174 outputFilename = val;
183 outputFilename == null ) {
186 + "-o {outputFilename} -D {bindD} -w {bindPwd} "
214 standardOut = new PrintWriter(new BufferedWriter(new FileWriter( new File(outputFilename)) ) );
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java76 static String outputFilename = null; field in class:EclReadAndPlay
174 outputFilename = val;
183 outputFilename == null ) {
186 + "-o {outputFilename} -D {bindD} -w {bindPwd} "
214 standardOut = new PrintWriter(new BufferedWriter(new FileWriter( new File(outputFilename)) ) );
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java75 static String outputFilename = null; field in class:EclReadAndPlay
173 outputFilename = val;
182 outputFilename == null ) {
185 + "-o {outputFilename} -D {bindD} -w {bindPwd} "
213 standardOut = new PrintWriter(new BufferedWriter(new FileWriter( new File(outputFilename)) ) );

Completed in 40 milliseconds