Searched refs:tfPath (Results 1 – 2 of 2) sorted by relevance
74 String tfPath = System.getProperty("TF_JAR_DIR"); in getConfigStream() local75 if (tfPath != null) { in getConfigStream()77 if (tfPath.equals(".")) { in getConfigStream()80 tfDir = new File(tfPath).getAbsoluteFile(); in getConfigStream()
175 String tfPath = System.getProperty("TF_JAR_DIR"); in runTests() local176 if (tfPath == null) { in runTests()180 File currentTf = new File(tfPath).getAbsoluteFile(); in runTests()181 if (tfPath.equals(".")) { in runTests()