Home
last modified time | relevance | path

Searched refs:osl_openProfile (Results 1 – 8 of 8) 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
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()
/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/qa/helper/gcov/
H A Ddeprecated.txt32 osl_openProfile;
/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()

Completed in 46 milliseconds