Home
last modified time | relevance | path

Searched refs:sCachedAppPath (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DnsMacUtilsImpl.cpp34 StaticAutoPtr<nsCString> nsMacUtilsImpl::sCachedAppPath; member in nsMacUtilsImpl
163 if (sCachedAppPath) { in GetAppPath()
164 aAppPath.Assign(*sCachedAppPath); in GetAppPath()
213 if (!sCachedAppPath) { in GetAppPath()
214 sCachedAppPath = new nsCString(aAppPath); in GetAppPath()
230 ClearOnShutdown(&sCachedAppPath); in ClearCachedAppPathOnShutdown()
H A DnsMacUtilsImpl.h58 static StaticAutoPtr<nsCString> sCachedAppPath; variable
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DnsMacUtilsImpl.cpp39 StaticAutoPtr<nsCString> nsMacUtilsImpl::sCachedAppPath; member in nsMacUtilsImpl
150 if (sCachedAppPath) { in GetAppPath()
151 aAppPath.Assign(*sCachedAppPath); in GetAppPath()
200 if (!sCachedAppPath) { in GetAppPath()
201 sCachedAppPath = new nsCString(aAppPath); in GetAppPath()
217 ClearOnShutdown(&sCachedAppPath); in ClearCachedAppPathOnShutdown()
H A DnsMacUtilsImpl.h70 static StaticAutoPtr<nsCString> sCachedAppPath; variable
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DnsMacUtilsImpl.cpp39 StaticAutoPtr<nsCString> nsMacUtilsImpl::sCachedAppPath; member in nsMacUtilsImpl
150 if (sCachedAppPath) { in GetAppPath()
151 aAppPath.Assign(*sCachedAppPath); in GetAppPath()
200 if (!sCachedAppPath) { in GetAppPath()
201 sCachedAppPath = new nsCString(aAppPath); in GetAppPath()
217 ClearOnShutdown(&sCachedAppPath); in ClearCachedAppPathOnShutdown()
H A DnsMacUtilsImpl.h71 static StaticAutoPtr<nsCString> sCachedAppPath; variable
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DnsMacUtilsImpl.cpp39 StaticAutoPtr<nsCString> nsMacUtilsImpl::sCachedAppPath; member in nsMacUtilsImpl
150 if (sCachedAppPath) { in GetAppPath()
151 aAppPath.Assign(*sCachedAppPath); in GetAppPath()
200 if (!sCachedAppPath) { in GetAppPath()
201 sCachedAppPath = new nsCString(aAppPath); in GetAppPath()
217 ClearOnShutdown(&sCachedAppPath); in ClearCachedAppPathOnShutdown()
H A DnsMacUtilsImpl.h70 static StaticAutoPtr<nsCString> sCachedAppPath; variable