Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/xre/
H A DProfileReset.h64 nsresult rvLocal = mProfileDir->Equals(mProfileLocalDir, &sameDir); in Run() local
65 if (NS_SUCCEEDED(rvLocal) && !sameDir) { in Run()
66 rvLocal = mProfileLocalDir->Remove(true); in Run()
67 if (NS_FAILED(rvLocal)) { in Run()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/
H A DProfileReset.h65 nsresult rvLocal = mProfileDir->Equals(mProfileLocalDir, &sameDir); in Run() local
66 if (NS_SUCCEEDED(rvLocal) && !sameDir) { in Run()
67 rvLocal = mProfileLocalDir->Remove(true); in Run()
68 if (NS_FAILED(rvLocal)) { in Run()
/dports/www/firefox/firefox-99.0/toolkit/xre/
H A DProfileReset.h65 nsresult rvLocal = mProfileDir->Equals(mProfileLocalDir, &sameDir); in Run() local
66 if (NS_SUCCEEDED(rvLocal) && !sameDir) { in Run()
67 rvLocal = mProfileLocalDir->Remove(true); in Run()
68 if (NS_FAILED(rvLocal)) { in Run()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/xre/
H A DProfileReset.h65 nsresult rvLocal = mProfileDir->Equals(mProfileLocalDir, &sameDir); in Run() local
66 if (NS_SUCCEEDED(rvLocal) && !sameDir) { in Run()
67 rvLocal = mProfileLocalDir->Remove(true); in Run()
68 if (NS_FAILED(rvLocal)) { in Run()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/xre/
H A DProfileReset.h65 nsresult rvLocal = mProfileDir->Equals(mProfileLocalDir, &sameDir); in Run() local
66 if (NS_SUCCEEDED(rvLocal) && !sameDir) { in Run()
67 rvLocal = mProfileLocalDir->Remove(true); in Run()
68 if (NS_FAILED(rvLocal)) in Run()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/xre/
H A DProfileReset.h64 nsresult rvLocal = mProfileDir->Equals(mProfileLocalDir, &sameDir);
65 if (NS_SUCCEEDED(rvLocal) && !sameDir) {
66 rvLocal = mProfileLocalDir->Remove(true);
67 … if (NS_FAILED(rvLocal)) NS_WARNING("Could not remove the old local profile directory (cache)");