Searched refs:ustrValue (Results 1 – 4 of 4) sorted by relevance
183 …OUString ustrValue = OUString::createFromAscii("${$OOO_BASE_DIR/program/bootstrap.ini:UserInsta… in GetCrashConfigDir() local185 OUString ustrValue = OUString::createFromAscii("~"); in GetCrashConfigDir()187 OUString ustrValue = OUString::createFromAscii("$SYSUSERCONFIG"); in GetCrashConfigDir()189 Bootstrap::expandMacros( ustrValue ); in GetCrashConfigDir()192 ustrValue += OUString::createFromAscii("/user/crashdata"); in GetCrashConfigDir()194 return ustrValue; in GetCrashConfigDir()
393 oslProcessError SAL_CALL osl_getEnvironment(rtl_uString *ustrVar, rtl_uString **ustrValue) in osl_getEnvironment() argument399 rtl_uString_newFromStr(ustrValue, reinterpret_cast<const sal_Unicode*>(buff)); in osl_getEnvironment()405 oslProcessError SAL_CALL osl_setEnvironment(rtl_uString *ustrVar, rtl_uString *ustrValue) in osl_setEnvironment() argument409 LPCWSTR lpValue = reinterpret_cast<LPCWSTR>(ustrValue->buffer); in osl_setEnvironment()
2025 …OUString ustrValue = OUString::createFromAscii("${$OOO_BASE_DIR/program/bootstrap.ini:UserInsta… in GetCrashConfigDir() local2027 OUString ustrValue = OUString::createFromAscii("~"); in GetCrashConfigDir()2029 OUString ustrValue = OUString::createFromAscii("$SYSUSERCONFIG"); in GetCrashConfigDir()2031 Bootstrap::expandMacros( ustrValue ); in GetCrashConfigDir()2034 ustrValue += OUString::createFromAscii("/user/crashdata"); in GetCrashConfigDir()2036 return ustrValue; in GetCrashConfigDir()
182 …::rtl::OUString ustrValue = ::rtl::OUString::createFromAscii("${$OOO_BASE_DIR/program/bootstrap.in… in GetCrashDataPath()183 ::rtl::Bootstrap::expandMacros( ustrValue ); in GetCrashDataPath()185 if ( ustrValue.getLength() ) in GetCrashDataPath()187 ustrValue += ::rtl::OUString::createFromAscii("/user/crashdata"); in GetCrashDataPath()189 ::osl::FileBase::RC result = ::osl::Directory::createPath( ustrValue ); in GetCrashDataPath()195 result = ::osl::FileBase::getSystemPathFromFileURL( ustrValue, ustrPath ); in GetCrashDataPath()