Home
last modified time | relevance | path

Searched refs:osl_openProfile (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sal/qa/osl/profile/
H A Dosl_old_testprofile.cxx58 hProfile = osl_openProfile( ustrProfileName, 0 ); in TEST_F()
68 hProfile = osl_openProfile( ustrProfileName2, 0 ); in TEST_F()
/trunk/main/sal/osl/os2/
H A Dprofile.c195 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, sal_uInt32 Flags) in osl_openProfile() function
1871 if ((pProfile = (osl_TProfileImpl*)osl_openProfile(NULL, PFlags)) != NULL ) in acquireProfile()
2024 (hProfile = osl_openProfile(Profile, osl_Profile_READLOCK)))
2050 (hProfile = osl_openProfile(Profile, osl_Profile_READLOCK)))
2204 (hProfile = osl_openProfile(Profile, osl_Profile_READLOCK)))
2229 (hProfile = osl_openProfile(Profile, osl_Profile_READLOCK)))
/trunk/main/sal/osl/w32/
H A Dprofile.cxx186 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, sal_uInt32 Flags) in osl_openProfile() function
2143 if ( ( pProfile = (osl_TProfileImpl*)osl_openProfile( NULL, PFlags ) ) != NULL ) in acquireProfile()
2296 hProfile = osl_openProfile(strSVProfile, osl_Profile_READLOCK); in lookupProfile()
2331 hProfile = osl_openProfile(strSVProfile, osl_Profile_READLOCK); in lookupProfile()
2559 hProfile = osl_openProfile( in lookupProfile()
2576 hProfile = osl_openProfile( in lookupProfile()
/trunk/main/sal/inc/osl/
H A Dprofile.h50 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, oslProfileOption Options);
H A Dprofile.hxx53 profile = osl_openProfile(strProfileName.pData, Options); in Profile()
/trunk/main/sal/util/
H A Dsal.map135 osl_openProfile;
/trunk/main/sal/osl/unx/
H A Dprofile.c180 oslProfile SAL_CALL osl_openProfile(rtl_uString *ustrProfileName, oslProfileOption Options) in osl_openProfile() function
2118 if ( ( pProfile = (osl_TProfileImpl*) osl_openProfile(0, PFlags ) ) != NULL ) in acquireProfile()