Home
last modified time | relevance | path

Searched refs:sProfilePath (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/opencl/source/
H A Dopencl_device.cxx458 void writeDevicesLog(std::unique_ptr<ds_profile> const & rProfile, std::u16string_view sProfilePath in writeDevicesLog() argument
460 OUString aCacheFile(OUString::Concat(sProfilePath) + "opencl_devices.log"); in writeDevicesLog()
497 std::u16string_view sProfilePath, bool bForceSelection) in getDeviceSelection() argument
515 OUString sFilePath = OUString::Concat(sProfilePath) + "opencl_profile.xml"; in getDeviceSelection()
603 writeDevicesLog(aProfile, sProfilePath, bestDeviceIdx); in getDeviceSelection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/opencl/source/
H A Dopencl_device.cxx456 void writeDevicesLog(std::unique_ptr<ds_profile> const & rProfile, OUString const & sProfilePath, i… in writeDevicesLog() argument
458 OUString aCacheFile(sProfilePath + "opencl_devices.log"); in writeDevicesLog()
495 OUString const & sProfilePath, bool bForceSelection) in getDeviceSelection() argument
513 OUString sFilePath = sProfilePath + "opencl_profile.xml"; in getDeviceSelection()
602 writeDevicesLog(aProfile, sProfilePath, bestDeviceIdx); in getDeviceSelection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Dcertpath.cxx81 … OUString sProfilePath = xMozillaBootstrap->getProfilePath(productTypes[i], sProfileName); in CertPathDialog() local
83 AddCertPath(sEntry, sProfilePath, bSelectDefaultProfile); in CertPathDialog()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/xmlsec/nss/
H A Dnssinitializer.cxx289 … OUString sProfilePath = xMozillaBootstrap->getProfilePath( productTypes[i], profile ); in getMozillaCurrentProfile() local
292 "Using Mozilla profile " << sProfilePath); in getMozillaCurrentProfile()
293 return OUStringToOString(sProfilePath, osl_getThreadTextEncoding()); in getMozillaCurrentProfile()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/xmlsec/nss/
H A Dnssinitializer.cxx231 OUString sProfilePath = xMozillaBootstrap->getProfilePath(productTypes[i], profile); in getMozillaCurrentProfile() local
234 SAL_INFO("xmlsecurity.xmlsec", "Using Mozilla profile " << sProfilePath); in getMozillaCurrentProfile()
235 m_sNSSPath = sProfilePath; in getMozillaCurrentProfile()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsapplication.cpp140 Q_GLOBAL_STATIC( QString, sProfilePath ) in Q_GLOBAL_STATIC()
195 *sProfilePath() = profileFolder; in Q_GLOBAL_STATIC()
219 *sProfilePath() = profileFolder; in init()
1259 init( *sProfilePath() ); in initQgis()
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsapplication.cpp160 Q_GLOBAL_STATIC( QString, sProfilePath ) in Q_GLOBAL_STATIC()
233 *sProfilePath() = profileFolder; in Q_GLOBAL_STATIC()
259 *sProfilePath() = profileFolder; in init()
1366 init( *sProfilePath() ); in initQgis()