Home
last modified time | relevance | path

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

/trunk/main/sal/osl/w32/
H A Dprofile.cxx180 …_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString** strProfileName);
186 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, sal_uInt32 Flags) in osl_openProfile() argument
195 OSL_VERIFY(strProfileName); in osl_openProfile()
197 if (rtl_uString_getLength(strProfileName) == 0 ) in osl_openProfile()
203 rtl_uString_assign(&FileName, strProfileName); in osl_openProfile()
256 osl_getSystemPathFromFileURL(strProfileName, &pProfile->m_strFileName); in osl_openProfile()
885 …L_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString** strProfileName) in osl_getProfileName() argument
1094 nError = osl_getFileURLFromSystemPath(strTmp, strProfileName); in osl_getProfileName()
/trunk/main/sal/osl/os2/
H A Dprofile.c182 …_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString** strProfileName);
195 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, sal_uInt32 Flags) in osl_openProfile() argument
204 OSL_VERIFY(strProfileName); in osl_openProfile()
213 rtl_uString_assign(&FileName, strProfileName); in osl_openProfile()
263 osl_getSystemPathFromFileURL(strProfileName, &pProfile->m_strFileName); in osl_openProfile()
874 …L_CALL osl_getProfileName(rtl_uString* strPath, rtl_uString* strName, rtl_uString** strProfileName)
1083 nError = osl_getFileURLFromSystemPath(strTmp, strProfileName);
/trunk/main/sal/inc/osl/
H A Dprofile.hxx51 Profile(const rtl::OUString strProfileName, oslProfileOption Options = Profile_DEFAULT ) in Profile() argument
53 profile = osl_openProfile(strProfileName.pData, Options); in Profile()
H A Dprofile.h50 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, oslProfileOption Options);

Completed in 29 milliseconds