Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/runner/lib/
H A DTestParameters.java317 String osname = System.getProperty ("os.name").toLowerCase (); in getSOCompatibleOSName() local
320 if (osname.indexOf ("windows")>-1) { in getSOCompatibleOSName()
322 } else if (osname.indexOf ("linux")>-1) { in getSOCompatibleOSName()
324 } else if (osname.indexOf ("sunos")>-1) { in getSOCompatibleOSName()
330 } else if (osname.indexOf ("mac")>-1) { in getSOCompatibleOSName()
333 System.out.println("ERROR: not supported platform: " + osname); in getSOCompatibleOSName()
/aoo41x/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java93 String osname = null; in getPath() local
95 osname = System.getProperty( "os.name" ); in getPath()
101 if ( osname != null ) { in getPath()
102 if ( osname.startsWith( "Windows" ) ) { in getPath()
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java83 String osname = System.getProperty("os.name");
84 if (osname.startsWith("Mac OS"))
86 else if (osname.startsWith("Windows"))
/aoo41x/main/solenv/bin/
H A Dbuild.pl3382 …hash{platform} ne $ENV{OUTPATH} || (defined $client_hash{osname} && ($^O ne $client_hash{osname}))…

Completed in 46 milliseconds