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