Home
last modified time | relevance | path

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

/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInfoDir.java244 File subdir2 = new File(subdir1, dir2); in removeInforootSubdir() local
245 if (subdir2 != null) { in removeInforootSubdir()
246 if ( subdir2.exists() ) { in removeInforootSubdir()
247 SystemManager.removeDirectory(subdir2); in removeInforootSubdir()

Completed in 17 milliseconds