Searched refs:checkOSandCPU (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/desktop/source/deployment/misc/ |
H A D | dp_platform.cxx | 117 bool checkOSandCPU(OUString const & os, OUString const & cpu) in checkOSandCPU() function 129 ret = checkOSandCPU(OUSTR("Windows"), OUSTR("x86")); in isValidPlatform() 131 ret = checkOSandCPU(OUSTR("Linux"), OUSTR("x86")); in isValidPlatform() 135 ret = checkOSandCPU(OUSTR("kFreeBSD"), OUSTR("x86")); in isValidPlatform() 157 ret = checkOSandCPU(OUSTR("Linux"), OUSTR("IA64")); in isValidPlatform() 159 ret = checkOSandCPU(OUSTR("Linux"), OUSTR("M68K")); in isValidPlatform() 161 ret = checkOSandCPU(OUSTR("Linux"), OUSTR("S390")); in isValidPlatform() 173 ret = checkOSandCPU(OUSTR("Solaris"), OUSTR("x86")); in isValidPlatform() 177 ret = checkOSandCPU(OUSTR("FreeBSD"), OUSTR("x86")); in isValidPlatform() 181 ret = checkOSandCPU(OUSTR("MacOSX"), OUSTR("x86")); in isValidPlatform() [all …]
|
Completed in 5 milliseconds