Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/io/
H A DnsDirectoryService.cpp164 char* moz5 = PR_GetEnv("MOZILLA_FIVE_HOME"); in GetCurrentProcessDirectory() local
165 if (moz5 && *moz5) { in GetCurrentProcessDirectory()
166 if (realpath(moz5, buf)) { in GetCurrentProcessDirectory()
175 if ((!moz5 || !*moz5) && firstWarning) { in GetCurrentProcessDirectory()