Searched refs:ustrProfileName (Results 1 – 2 of 2) sorted by relevance
58 rtl_uString* ustrProfileName=0; in test_profile() local61 rtl_uString_newFromAscii(&ustrProfileName,"//./tmp/soffice.ini"); in test_profile()66 hProfile = osl_openProfile( ustrProfileName, 0 ); in test_profile()85 rtl_uString_release(ustrProfileName); in test_profile()
180 oslProfile SAL_CALL osl_openProfile(rtl_uString *ustrProfileName, oslProfileOption Options) in osl_openProfile() argument184 if ( ustrProfileName != 0 && ustrProfileName->buffer[0] != 0 ) in osl_openProfile()185 FileURLToPath( profilePath, PATH_MAX, ustrProfileName ); in osl_openProfile()
Completed in 11 milliseconds