Searched refs:tfDir (Results 1 – 2 of 2) sorted by relevance
73 File tfDir = null; in getConfigStream() local78 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()
259 String tfDir = System.getProperty("TF_JAR_DIR"); in getTradefedSandboxEnvironment() local260 if (tfDir == null || tfDir.isEmpty()) { in getTradefedSandboxEnvironment()264 return new File(tfDir); in getTradefedSandboxEnvironment()