Searched refs:ustrValue (Results 1 – 4 of 4) sorted by relevance
189 …OUString ustrValue = OUString::createFromAscii("${$OOO_BASE_DIR/program/bootstrap.ini:UserInstalla… in GetCrashConfigDir() local191 OUString ustrValue = OUString::createFromAscii("~"); in GetCrashConfigDir()193 OUString ustrValue = OUString::createFromAscii("$SYSUSERCONFIG"); in GetCrashConfigDir()195 Bootstrap::expandMacros( ustrValue ); in GetCrashConfigDir()198 ustrValue += OUString::createFromAscii("/user/crashdata"); in GetCrashConfigDir()200 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()
2035 …OUString ustrValue = OUString::createFromAscii("${$OOO_BASE_DIR/program/bootstrap.ini:UserInstalla… in GetCrashConfigDir() local2037 OUString ustrValue = OUString::createFromAscii("~"); in GetCrashConfigDir()2039 OUString ustrValue = OUString::createFromAscii("$SYSUSERCONFIG"); in GetCrashConfigDir()2041 Bootstrap::expandMacros( ustrValue ); in GetCrashConfigDir()2044 ustrValue += OUString::createFromAscii("/user/crashdata"); in GetCrashConfigDir()2046 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()
Completed in 84 milliseconds