Home
last modified time | relevance | path

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

/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DSolarisHelper.java58 String uniqueLocalDir = (String) returnVector.get(0); in createLocalTempDir() local
60 data.setLocalTempPath(uniqueLocalDir); in createLocalTempDir()
62 String log = mktempCommand + "<br><b>Returns: " + uniqueLocalDir + "</b><br>"; in createLocalTempDir()
72 String linkCommand = "ln -s " + uniqueLocalDir + " " + installRootTemp.getPath(); in createLocalTempDir()
76 linkCommandArray[2] = uniqueLocalDir; in createLocalTempDir()

Completed in 7 milliseconds