Searched refs:subdir2 (Results 1 – 1 of 1) sorted by relevance
244 File subdir2 = new File(subdir1, dir2); in removeInforootSubdir() local245 if (subdir2 != null) { in removeInforootSubdir()246 if ( subdir2.exists() ) { in removeInforootSubdir()247 SystemManager.removeDirectory(subdir2); in removeInforootSubdir()
Completed in 16 milliseconds