Home
last modified time | relevance | path

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

/trunk/main/sal/qa/osl/profile/
H A Dosl_old_testprofile.cxx50 rtl_uString* ustrProfileName=0; in TEST_F() local
53 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()
/trunk/main/sal/osl/unx/
H A Dprofile.c180 oslProfile SAL_CALL osl_openProfile(rtl_uString *ustrProfileName, oslProfileOption Options) in osl_openProfile() argument
184 if ( ustrProfileName != NULL && ustrProfileName->buffer[0] != 0 ) in osl_openProfile()
185 FileURLToPath( profilePath, PATH_MAX, ustrProfileName ); in osl_openProfile()

Completed in 32 milliseconds