Searched refs:tfPath (Results 1 – 3 of 3) 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()
138 String tfPath = getEnvVar(TF_PATH, System.getProperty(TF_JAR_DIR)); in run() local139 if (tfPath == null) { in run()148 for (final String path : tfPath.split(":")) { in run()211 String.format("cannot find any TF jars from %s!", tfPath)); in run()
650 String tfPath = System.getProperty("TF_JAR_DIR"); in getLocalTradefedPath() local651 if (tfPath == null) { in getLocalTradefedPath()657 File currentTf = new File(tfPath).getAbsoluteFile(); in getLocalTradefedPath()658 if (tfPath.equals(".")) { in getLocalTradefedPath()