Home
last modified time | relevance | path

Searched refs:tfPath (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/global_configuration/com/android/tradefed/config/gcs/
DGCSConfigurationFactory.java74 String tfPath = System.getProperty("TF_JAR_DIR"); in getConfigStream() local
75 if (tfPath != null) { in getConfigStream()
77 if (tfPath.equals(".")) { in getConfigStream()
80 tfDir = new File(tfPath).getAbsoluteFile(); in getConfigStream()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandLauncher.java138 String tfPath = getEnvVar(TF_PATH, System.getProperty(TF_JAR_DIR)); in run() local
139 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()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java650 String tfPath = System.getProperty("TF_JAR_DIR"); in getLocalTradefedPath() local
651 if (tfPath == null) { in getLocalTradefedPath()
657 File currentTf = new File(tfPath).getAbsoluteFile(); in getLocalTradefedPath()
658 if (tfPath.equals(".")) { in getLocalTradefedPath()