Home
last modified time | relevance | path

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

/aoo41x/main/sal/qa/osl/security/
H A Dosl_Security.cxx204 ::rtl::OUString strHome; in getHomeDir_001()
205 bRes = aSec.getHomeDir( strHome ); in getHomeDir_001()
208 ( sal_True == strHomeDirectory.equals( strHome ) ) && ( sal_True == bRes ) ); in getHomeDir_001()
414 ::rtl::OUString strHome; in RegisterAdditionalFunctions()
/aoo41x/main/sal/osl/w32/
H A Dprofile.cxx965 rtl_uString * strHome = NULL; in osl_getProfileName() local
968 bFailed = ! osl_getHomeDir(security, &strHome); in osl_getProfileName()
973 if ( ::sal::static_int_cast< sal_uInt32 >( strHome->length ) >= aPath.getBufSizeInSymbols()) in osl_getProfileName()
976 copy_ustr_n( aPath, strHome->buffer, strHome->length+1); in osl_getProfileName()
977 nPathLen = strHome->length; in osl_getProfileName()
991 rtl_uString_release(strHome); in osl_getProfileName()
/aoo41x/main/sal/osl/os2/
H A Dprofile.c954 rtl_uString * strHome = NULL;
957 bFailed = ! osl_getHomeDir(security, &strHome);
962 if (strHome->length >= _MAX_PATH)
965 strcpy( Path, strHome->buffer);
966 nPathLen = strHome->length;
980 rtl_uString_release(strHome);

Completed in 43 milliseconds