Searched defs:tPath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DSpecialSystemDirectory.cpp310 static const char *tPath = nsnull;
311 if (!tPath) {
312 tPath = PR_GetEnv("TMPDIR");
313 if (!tPath || !*tPath) {
314 tPath = PR_GetEnv("TMP");
315 if (!tPath || !*tPath) {
316 tPath = PR_GetEnv("TEMP");
317 if (!tPath || !*tPat
706 char *tPath = PR_GetEnv("MOZILLA_HOME"); local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsSpecialSystemDirectory.cpp548 static const char *tPath = nsnull;
549 if (!tPath) {
550 tPath = PR_GetEnv("TMPDIR");
551 if (!tPath || !*tPath) {
552 tPath = PR_GetEnv("TMP");
553 if (!tPath || !*tPath) {
554 tPath = PR_GetEnv("TEMP");
555 if (!tPath || !*tPat
1062 char *tPath = PR_GetEnv("MOZILLA_HOME"); local
[all...]

Completed in 158 milliseconds