Lines Matching defs:tPath
548 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 || !*tPath) {
556 tPath = "/tmp/";
562 *this = tPath;
1062 char *tPath = PR_GetEnv("MOZILLA_HOME");
1065 if (!tPath || !*tPath)
1068 *this = tPath;