Home
last modified time | relevance | path

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

/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java71 private static transient int osType; // type of OS field in OpenOfficeDocFileSystem
85 osType = OS_MACOS;
87 osType = OS_WINDOWS;
89 osType = OS_UNIX;
518 switch(osType) { in zipName()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DInstallData.java79 static private String osType; /* Linux, SunOS, ... */ field in InstallData
128 osType = SystemManager.getOSType(); in InstallData()
176 if (( isUserInstallation ) && (osType.equalsIgnoreCase("SunOS"))) { in setSolarisUserInstall()
223 return osType; in getOSType()

Completed in 29 milliseconds