Home
last modified time | relevance | path

Searched refs:installHash (Results 1 – 20 of 20) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/taskscheduler/
H A DTaskSchedulerWinImpl.jsm281 const installHash = XreDirProvider.getInstallHash();
282 return `${id} ${installHash}`;
286 const installHash = XreDirProvider.getInstallHash();
287 return name.endsWith(` ${installHash}`);
H A DTaskSchedulerMacOSImpl.jsm302 let installHash = XreDirProvider.getInstallHash();
303 return `${AppConstants.MOZ_MACBUNDLE_ID}.${installHash}.${id}`;
307 let installHash = XreDirProvider.getInstallHash();
310 label.startsWith(`${AppConstants.MOZ_MACBUNDLE_ID}.${installHash}.`)
/dports/www/firefox/firefox-99.0/toolkit/components/taskscheduler/
H A DTaskSchedulerWinImpl.jsm281 const installHash = XreDirProvider.getInstallHash();
282 return `${id} ${installHash}`;
286 const installHash = XreDirProvider.getInstallHash();
287 return name.endsWith(` ${installHash}`);
H A DTaskSchedulerMacOSImpl.jsm302 let installHash = XreDirProvider.getInstallHash();
303 return `${AppConstants.MOZ_MACBUNDLE_ID}.${installHash}.${id}`;
307 let installHash = XreDirProvider.getInstallHash();
310 label.startsWith(`${AppConstants.MOZ_MACBUNDLE_ID}.${installHash}.`)
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/taskscheduler/
H A DTaskSchedulerWinImpl.jsm281 const installHash = XreDirProvider.getInstallHash();
282 return `${id} ${installHash}`;
286 const installHash = XreDirProvider.getInstallHash();
287 return name.endsWith(` ${installHash}`);
H A DTaskSchedulerMacOSImpl.jsm302 let installHash = XreDirProvider.getInstallHash();
303 return `${AppConstants.MOZ_MACBUNDLE_ID}.${installHash}.${id}`;
307 let installHash = XreDirProvider.getInstallHash();
310 label.startsWith(`${AppConstants.MOZ_MACBUNDLE_ID}.${installHash}.`)
/dports/www/firefox-esr/firefox-91.8.0/browser/components/installerprefs/
H A DInstallerPrefs.jsm58 const installHash = xreDirProvider.getInstallHash();
59 return `Software\\${vendor}\\${app}\\Installer\\${installHash}`;
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/installerprefs/
H A DInstallerPrefs.jsm58 const installHash = xreDirProvider.getInstallHash();
59 return `Software\\${vendor}\\${app}\\Installer\\${installHash}`;
/dports/www/firefox/firefox-99.0/browser/components/installerprefs/
H A DInstallerPrefs.jsm58 const installHash = xreDirProvider.getInstallHash();
59 return `Software\\${vendor}\\${app}\\Installer\\${installHash}`;
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/installerprefs/
H A DInstallerPrefs.jsm58 const installHash = xreDirProvider.getInstallHash();
59 return `Software\\${vendor}\\${app}\\Installer\\${installHash}`;
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/profile/
H A DnsToolkitProfileService.cpp790 nsString installHash; in Init() local
791 rv = gDirServiceProvider->GetInstallHash(installHash); in Init()
793 CopyUTF16toUTF8(installHash, mInstallSection); in Init()
808 rv = gDirServiceProvider->GetLegacyInstallHash(installHash); in Init()
810 CopyUTF16toUTF8(installHash, mLegacyInstallSection); in Init()
/dports/www/firefox/firefox-99.0/toolkit/profile/
H A DnsToolkitProfileService.cpp887 nsString installHash; in Init() local
888 rv = gDirServiceProvider->GetInstallHash(installHash); in Init()
890 CopyUTF16toUTF8(installHash, mInstallSection); in Init()
905 rv = gDirServiceProvider->GetLegacyInstallHash(installHash); in Init()
907 CopyUTF16toUTF8(installHash, mLegacyInstallSection); in Init()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/profile/
H A DnsToolkitProfileService.cpp883 nsString installHash; in Init() local
884 rv = gDirServiceProvider->GetInstallHash(installHash); in Init()
886 CopyUTF16toUTF8(installHash, mInstallSection); in Init()
901 rv = gDirServiceProvider->GetLegacyInstallHash(installHash); in Init()
903 CopyUTF16toUTF8(installHash, mLegacyInstallSection); in Init()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/profile/
H A DnsToolkitProfileService.cpp883 nsString installHash; in Init() local
884 rv = gDirServiceProvider->GetInstallHash(installHash); in Init()
886 CopyUTF16toUTF8(installHash, mInstallSection); in Init()
901 rv = gDirServiceProvider->GetLegacyInstallHash(installHash); in Init()
903 CopyUTF16toUTF8(installHash, mLegacyInstallSection); in Init()
/dports/www/firefox-esr/firefox-91.8.0/mozglue/misc/
H A DPreXULSkeletonUI.cpp280 UniquePtr<wchar_t[]> installHash = MakeUnique<wchar_t[]>(hexHashSize); in GetSkeletonUILock() local
286 swprintf(installHash.get(), hexHashSize, L"%08x", binPathHash); in GetSkeletonUILock()
292 lockFilePath.append(installHash.get()); in GetSkeletonUILock()
/dports/www/firefox/firefox-99.0/mozglue/misc/
H A DPreXULSkeletonUI.cpp280 UniquePtr<wchar_t[]> installHash = MakeUnique<wchar_t[]>(hexHashSize); in GetSkeletonUILock() local
286 swprintf(installHash.get(), hexHashSize, L"%08x", binPathHash); in GetSkeletonUILock()
292 lockFilePath.append(installHash.get()); in GetSkeletonUILock()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/misc/
H A DPreXULSkeletonUI.cpp280 UniquePtr<wchar_t[]> installHash = MakeUnique<wchar_t[]>(hexHashSize); in GetSkeletonUILock() local
286 swprintf(installHash.get(), hexHashSize, L"%08x", binPathHash); in GetSkeletonUILock()
292 lockFilePath.append(installHash.get()); in GetSkeletonUILock()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/
H A DnsAppRunner.cpp4435 nsString installHash; in XRE_mainStartup() local
4436 mDirProvider.GetInstallHash(installHash); in XRE_mainStartup()
4440 NS_LossyConvertUTF16toASCII(installHash), getter_AddRefs(file)); in XRE_mainStartup()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/xre/
H A DnsAppRunner.cpp4435 nsString installHash; in XRE_mainStartup() local
4436 mDirProvider.GetInstallHash(installHash); in XRE_mainStartup()
4440 NS_LossyConvertUTF16toASCII(installHash), getter_AddRefs(file)); in XRE_mainStartup()
/dports/www/firefox/firefox-99.0/toolkit/xre/
H A DnsAppRunner.cpp4916 nsString installHash; in XRE_mainStartup() local
4917 mDirProvider.GetInstallHash(installHash); in XRE_mainStartup()
4921 NS_LossyConvertUTF16toASCII(installHash), getter_AddRefs(file)); in XRE_mainStartup()