Searched refs:strConfig (Results 1 – 3 of 3) sorted by relevance
207 ::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()
997 rtl_uString * strConfig = NULL; in osl_getProfileName() local1000 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()
986 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 19 milliseconds