Home
last modified time | relevance | path

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

/trunk/main/sal/osl/w32/
H A Dprofile.cxx2333 rtl_uString * strSVProfile = NULL; in lookupProfile() local
2346 if (osl_getProfileName( strSVFallback, strSVName, &strSVProfile)) in lookupProfile()
2348 hProfile = osl_openProfile(strSVProfile, osl_Profile_READLOCK); in lookupProfile()
2374 rtl_uString_release(strSVProfile); in lookupProfile()
2375 strSVProfile = NULL; in lookupProfile()
2383 hProfile = osl_openProfile(strSVProfile, osl_Profile_READLOCK); in lookupProfile()
2409 rtl_uString_release(strSVProfile); in lookupProfile()
2598 rtl_uString * strSVProfile = NULL; in lookupProfile() local
2609 if (osl_getProfileName(strSVLocation, strSVName, &strSVProfile)) in lookupProfile()
2612 strSVProfile, osl_Profile_READLOCK); in lookupProfile()
[all …]

Completed in 25 milliseconds