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