Searched defs:parentDir (Results 1 – 12 of 12) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/build/cache/ |
D | PartialZipDownloadCacheTest.java | 50 File parentDir = FileUtil.createTempDir("cache_unit_tests"); in testcache() local
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | TestResource.java | 114 public File getDecompressDir(File parentDir) { in getDecompressDir() 118 public File getFile(File parentDir) { in getFile()
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | FileUtil.java | 319 public static File createTempDir(String prefix, File parentDir) throws IOException { in createTempDir() 368 public static File createNamedTempDir(File parentDir, String name) throws IOException { in createNamedTempDir() 401 public static File createTempFile(String prefix, String suffix, File parentDir) in createTempFile() 409 private static File internalCreateTempFile(String prefix, String suffix, File parentDir) in internalCreateTempFile() 863 public static File createTempFileForRemote(String remoteFilePath, File parentDir) in createTempFileForRemote() 901 public static File getFileForPath(File parentDir, String... pathSegments) { in getFileForPath()
|
/tools/tradefederation/core/util_apps/ContentProvider/androidTest/src/android/tradefed/contentprovider/ |
D | ManagedFileContentProviderTest.java | 106 private void createTestFile(File parentDir) throws Exception { in createTestFile()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/ |
D | ExecutableHostTest.java | 135 String parentDir = new File(binaryPath).getParent(); in runBinary() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | ZipUtil2Test.java | 177 private File createTempDir(String prefix, File parentDir) throws IOException { in createTempDir()
|
D | FileUtilFuncTest.java | 438 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()
|
D | ZipUtilTest.java | 609 private File createTempDir(String prefix, File parentDir) throws IOException { in createTempDir()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | IsolatedHostTestTest.java | 78 protected File getJarResource(String filename, File parentDir, String name) throws IOException { in getJarResource() 89 private void makeDirAndAddToList(File parentDir, String dirName, List<String> list) { in makeDirAndAddToList()
|
D | JarHostTestTest.java | 110 protected File getJarResource(String filename, File parentDir) throws IOException { in getJarResource()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/ |
D | PythonBinaryHostTest.java | 428 private List<String> findAllSubdir(File parentDir, List<String> knownPaths) { in findAllSubdir()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | ModulePusher.java | 420 Path parentDir = Paths.get(paths[0]).getParent(); in getPreloadPaths() local
|