Searched refs:dbPath (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DWriter.java85 // f.renameTo(new File(EclReadAndPlay.dbPath, new String(change.replicaIdentifier+".tmp") ));
87 f = new File(EclReadAndPlay.dbPath, change.replicaIdentifier + ".csn");
H A DEclReadAndPlay.java38 // dbPath --> stores files containing csn of identifiers
39 static final String dbPath = "."; /*"db";*/ field in class:EclReadAndPlay
88 File csnDir = new File(dbPath);
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DWriter.java84 // f.renameTo(new File(EclReadAndPlay.dbPath, new String(change.replicaIdentifier+".tmp") ));
86 f = new File(EclReadAndPlay.dbPath, change.replicaIdentifier + ".csn");
H A DEclReadAndPlay.java37 // dbPath --> stores files containing csn of identifiers
38 static final String dbPath = "."; /*"db";*/ field in class:EclReadAndPlay
87 File csnDir = new File(dbPath);
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DWriter.java85 // f.renameTo(new File(EclReadAndPlay.dbPath, new String(change.replicaIdentifier+".tmp") ));
87 f = new File(EclReadAndPlay.dbPath, change.replicaIdentifier + ".csn");
H A DEclReadAndPlay.java38 // dbPath --> stores files containing csn of identifiers
39 static final String dbPath = "."; /*"db";*/ field in class:EclReadAndPlay
88 File csnDir = new File(dbPath);
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DWriter.java85 // f.renameTo(new File(EclReadAndPlay.dbPath, new String(change.replicaIdentifier+".tmp") ));
87 f = new File(EclReadAndPlay.dbPath, change.replicaIdentifier + ".csn");
H A DEclReadAndPlay.java38 // dbPath --> stores files containing csn of identifiers
39 static final String dbPath = "."; /*"db";*/ field in class:EclReadAndPlay
88 File csnDir = new File(dbPath);
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DWriter.java84 // f.renameTo(new File(EclReadAndPlay.dbPath, new String(change.replicaIdentifier+".tmp") ));
86 f = new File(EclReadAndPlay.dbPath, change.replicaIdentifier + ".csn");
H A DEclReadAndPlay.java37 // dbPath --> stores files containing csn of identifiers
38 static final String dbPath = "."; /*"db";*/ field in class:EclReadAndPlay
87 File csnDir = new File(dbPath);

Completed in 2167 milliseconds