Searched refs:windir (Results 1 – 14 of 14) sorted by relevance
12 (process.env.SystemRoot || process.env.windir) + '\\temp';
32 test(process.env.windir);
89 const shouldExistDir = common.isWindows ? process.env.windir : '/dev';
50 const expected = `${process.env.SystemRoot || process.env.windir}\\temp`;
54 ifndef windir
55 ifdef windir
321 gchar *sysdir = NULL, *windir = NULL; in inner_find_program_in_path() local375 windir = g_utf16_to_utf8 (wwindir, -1, NULL, NULL, NULL); in inner_find_program_in_path()385 if (windir) in inner_find_program_in_path()388 path = g_strconcat (windir, ";", path, NULL); in inner_find_program_in_path()390 g_free (windir); in inner_find_program_in_path()
178 (process.env.SystemRoot || process.env.windir) + '\\temp';
255 >>> ExpandEnvironmentStrings('%windir%')
618 * os: use %SystemRoot% or %windir% in os.tmpdir() (Suwon Chae)