Searched refs:docpth (Results 1 – 1 of 1) sorted by relevance
71 String docpth = System.getProperty("DOCPTH"); in getFullTestDocName() local72 if (docpth.endsWith("\\") || docpth.endsWith("/")) { in getFullTestDocName()73 docpth = docpth.substring(0, docpth.length() - 1); in getFullTestDocName()76 System.out.println("docpth:" + docpth); in getFullTestDocName()80 if (docpth.equals("unknown")) { in getFullTestDocName()96 docpth = tDoc; in getFullTestDocName()102 if (docpth.startsWith("http:")) { in getFullTestDocName()103 return docpth + "/" + sDocName; in getFullTestDocName()107 if (docpth.equals("unknown")) { in getFullTestDocName()117 testdocPth = docpth + pthSep + sDocName; in getFullTestDocName()
Completed in 17 milliseconds