Home
last modified time | relevance | path

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

/trunk/main/sal/osl/w32/
H A Dprofile.cxx180 static sal_Bool SAL_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString…
199 OSL_VERIFY(osl_getProfileName(NULL, NULL, &FileName)); in osl_openProfile()
885 sal_Bool SAL_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString** strP… in osl_getProfileName() function
2346 if (osl_getProfileName( strSVFallback, strSVName, &strSVProfile)) in lookupProfile()
2381 (osl_getProfileName(strSVLocation, strSVName, &strSVProfile))) in lookupProfile()
2609 if (osl_getProfileName(strSVLocation, strSVName, &strSVProfile)) in lookupProfile()
2625 if (osl_getProfileName( in lookupProfile()
/trunk/main/sal/osl/os2/
H A Dprofile.c182 static sal_Bool SAL_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString…
874 sal_Bool SAL_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString** strP…
2023 if ((osl_getProfileName(SVERSION_FALLBACK, SVERSION_NAME, Profile, sizeof(Profile))) &&
2049 (osl_getProfileName(SVERSION_LOCATION, SVERSION_NAME, Profile, sizeof(Profile))) &&
2203 if ((osl_getProfileName(SVERSION_LOCATION, SVERSION_NAME, Profile, sizeof(Profile))) &&
2228 if ((osl_getProfileName(SVERSION_FALLBACK, SVERSION_NAME, Profile, sizeof(Profile))) &&

Completed in 32 milliseconds