Home
last modified time | relevance | path

Searched defs:parentDir (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/build/cache/
DPartialZipDownloadCacheTest.java50 File parentDir = FileUtil.createTempDir("cache_unit_tests"); in testcache() local
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestResource.java114 public File getDecompressDir(File parentDir) { in getDecompressDir()
118 public File getFile(File parentDir) { in getFile()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java320 public static File createTempDir(String prefix, File parentDir) throws IOException { in createTempDir()
369 public static File createNamedTempDir(File parentDir, String name) throws IOException { in createNamedTempDir()
402 public static File createTempFile(String prefix, String suffix, File parentDir) in createTempFile()
410 private static File internalCreateTempFile(String prefix, String suffix, File parentDir) in internalCreateTempFile()
861 public static File createTempFileForRemote(String remoteFilePath, File parentDir) in createTempFileForRemote()
899 public static File getFileForPath(File parentDir, String... pathSegments) { in getFileForPath()
/tools/tradefederation/core/util_apps/ContentProvider/androidTest/src/android/tradefed/contentprovider/
DManagedFileContentProviderTest.java106 private void createTestFile(File parentDir) throws Exception { in createTestFile()
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DZipUtil2Test.java177 private File createTempDir(String prefix, File parentDir) throws IOException { in createTempDir()
DFileUtilFuncTest.java438 private File createTempDir(String prefix, File parentDir) throws IOException { in createTempDir()
450 private File createTempFile(String prefix, String suffix, File parentDir) throws IOException { in createTempFile()
DZipUtilTest.java609 private File createTempDir(String prefix, File parentDir) throws IOException { in createTempDir()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DIsolatedHostTestTest.java79 protected File getJarResource(String filename, File parentDir, String name) throws IOException { in getJarResource()
94 private void makeDirAndAddToList(File parentDir, String dirName, List<String> list) { in makeDirAndAddToList()
DJarHostTestTest.java110 protected File getJarResource(String filename, File parentDir) throws IOException { in getJarResource()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java518 private List<String> findAllSubdir(File parentDir, List<String> knownPaths) { in findAllSubdir()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DModulePusher.java420 Path parentDir = Paths.get(paths[0]).getParent(); in getPreloadPaths() local