Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/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/invoker/
DRemoteInvocationExecution.java175 String tfPath = System.getProperty("TF_JAR_DIR"); in runTests() local
176 if (tfPath == null) { in runTests()
180 File currentTf = new File(tfPath).getAbsoluteFile(); in runTests()
181 if (tfPath.equals(".")) { in runTests()