Home
last modified time | relevance | path

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

/trunk/main/sal/qa/osl/security/
H A Dosl_Security.cxx207 ::rtl::OUString strConfig; in TEST_F()
208 bRes = aSec.getConfigDir( strConfig ); in TEST_F()
210 …ASSERT_TRUE(( sal_True == strConfigDirectory.equals( strConfig ) ) && ( sal_True == bRes )) << "#t… in TEST_F()
/trunk/main/sal/osl/w32/
H A Dprofile.cxx997 rtl_uString * strConfig = NULL; in osl_getProfileName() local
1000 bFailed = ! osl_getConfigDir(security, &strConfig); in osl_getProfileName()
1005 if ( ::sal::static_int_cast< sal_uInt32 >( strConfig->length ) >= aPath.getBufSizeInSymbols()) in osl_getProfileName()
1008 copy_ustr_n( aPath, strConfig->buffer, strConfig->length+1 ); in osl_getProfileName()
1009 nPathLen = strConfig->length; in osl_getProfileName()
1023 rtl_uString_release(strConfig); in osl_getProfileName()
/trunk/main/sal/osl/os2/
H A Dprofile.c986 rtl_uString * strConfig = NULL;
989 bFailed = ! osl_getConfigDir(security, &strConfig);
994 if (strConfig->length >= _MAX_PATH)
997 strcpy( Path, strConfig->buffer);
998 nPathLen = strConfig->length;
1012 rtl_uString_release(strConfig);

Completed in 33 milliseconds