Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/gcs/
DGCSConfigurationFactory.java73 File tfDir = null; in getConfigStream() local
78 tfDir = new File("").getAbsoluteFile(); in getConfigStream()
80 tfDir = new File(tfPath).getAbsoluteFile(); in getConfigStream()
84 FileUtil.createTempFile("gcs-downloaded-global-config", ".xml", tfDir); in getConfigStream()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandbox.java259 String tfDir = System.getProperty("TF_JAR_DIR"); in getTradefedSandboxEnvironment() local
260 if (tfDir == null || tfDir.isEmpty()) { in getTradefedSandboxEnvironment()
264 return new File(tfDir); in getTradefedSandboxEnvironment()