Searched refs:osl_openProfile (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sal/qa/osl/profile/ |
H A D | osl_old_testprofile.cxx | 58 hProfile = osl_openProfile( ustrProfileName, 0 ); in TEST_F() 68 hProfile = osl_openProfile( ustrProfileName2, 0 ); in TEST_F()
|
/aoo42x/main/sal/osl/os2/ |
H A D | profile.c | 195 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)))
|
/aoo42x/main/sal/osl/w32/ |
H A D | profile.cxx | 186 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, sal_uInt32 Flags) in osl_openProfile() function 2195 if ( ( pProfile = (osl_TProfileImpl*)osl_openProfile( NULL, PFlags ) ) != NULL ) in acquireProfile() 2348 hProfile = osl_openProfile(strSVProfile, osl_Profile_READLOCK); in lookupProfile() 2383 hProfile = osl_openProfile(strSVProfile, osl_Profile_READLOCK); in lookupProfile() 2611 hProfile = osl_openProfile( in lookupProfile() 2628 hProfile = osl_openProfile( in lookupProfile()
|
/aoo42x/main/sal/inc/osl/ |
H A D | profile.h | 50 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, oslProfileOption Options);
|
H A D | profile.hxx | 53 profile = osl_openProfile(strProfileName.pData, Options); in Profile()
|
/aoo42x/main/sal/qa/helper/gcov/ |
H A D | deprecated.txt | 32 osl_openProfile;
|
/aoo42x/main/sal/util/ |
H A D | sal.map | 135 osl_openProfile;
|
/aoo42x/main/sal/osl/unx/ |
H A D | profile.c | 180 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()
|
Completed in 58 milliseconds