Home
last modified time | relevance | path

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

/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
DUnixFileTest.java360 File tempFolder = Support_Resources.createTempFolder(); in test_getCanonicalPath() local
361 File tmpFolder1 = new File(tempFolder, "folder1"); in test_getCanonicalPath()
377 String tempFolderAbsolutePath = tempFolder.getAbsolutePath(); in test_getCanonicalPath()
381 File linkFile = new File(tempFolder, "folder2"); in test_getCanonicalPath()
384 File file = new File(tempFolder, "folder2"); in test_getCanonicalPath()
387 file = new File(tempFolder, "folder1/folder2"); in test_getCanonicalPath()
390 file = new File(tempFolder, "folder2/folder3"); in test_getCanonicalPath()
393 file = new File(tempFolder, "folder2/folder3/folder4"); in test_getCanonicalPath()
396 file = new File(tempFolder, "folder1/folder2/folder3"); in test_getCanonicalPath()
399 file = new File(tempFolder, "folder1/folder2/folder3/folder4"); in test_getCanonicalPath()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/
DBuckManifestFactoryTest.java26 public TemporaryFolder tempFolder = new TemporaryFolder(); field in BuckManifestFactoryTest
75 File resDirectoriesFile = tempFolder.newFile(resDirectoriesFileName); in pass_multiple_res_dirs_in_file()
81 File assetDirectoriesFile = tempFolder.newFile(assetDirectoriesFileName); in pass_multiple_res_dirs_in_file()