Searched refs:objdscPth (Results 1 – 1 of 1) sorted by relevance
109 String objdscPth = System.getProperty("OBJDSCS"); in getFullTestDocName() local110 if (objdscPth != null) { in getFullTestDocName()111 int i = objdscPth.indexOf("objdsc"); in getFullTestDocName()112 String arcPth = objdscPth.substring(0, i - 1); in getFullTestDocName()
Completed in 10 milliseconds