Home
last modified time | relevance | path

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

/trunk/main/sal/osl/w32/
H A Dprofile.cxx1065 rtl_uString * strConfigDir = NULL; in osl_getProfileName() local
1068 bFailed = ! osl_getConfigDir(security, &strConfigDir); in osl_getProfileName()
1072 if ( ::sal::static_int_cast< sal_uInt32 >( strConfigDir->length ) >= aPath.getBufSizeInSymbols() ) in osl_getProfileName()
1075 copy_ustr_n(aPath, strConfigDir->buffer, strConfigDir->length+1); in osl_getProfileName()
1076 nPathLen = strConfigDir->length; in osl_getProfileName()
/trunk/main/sal/osl/os2/
H A Dprofile.c1054 rtl_uString * strConfigDir = NULL;
1057 bFailed = ! osl_getConfigDir(security, &strConfigDir);
1061 if (strConfigDir->length >= MAX_PATH)
1064 strcpy(Path, strConfigDir->buffer);
1065 nPathLen = strConfigDir->length;

Completed in 159 milliseconds