Searched refs:osType (Results 1 – 2 of 2) sorted by relevance
71 private static transient int osType; // type of OS field in OpenOfficeDocFileSystem85 osType = OS_MACOS;87 osType = OS_WINDOWS;89 osType = OS_UNIX;518 switch(osType) { in zipName()
79 static private String osType; /* Linux, SunOS, ... */ field in InstallData128 osType = SystemManager.getOSType(); in InstallData()176 if (( isUserInstallation ) && (osType.equalsIgnoreCase("SunOS"))) { in setSolarisUserInstall()223 return osType; in getOSType()
Completed in 23 milliseconds