Searched refs:tempFolder (Results 1 – 2 of 2) sorted by relevance
360 File tempFolder = Support_Resources.createTempFolder(); in test_getCanonicalPath() local361 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()
26 public TemporaryFolder tempFolder = new TemporaryFolder(); field in BuckManifestFactoryTest75 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()