Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/os-tmpdir/
Dindex.js12 (process.env.SystemRoot || process.env.windir) + '\\temp';
/third_party/node/test/parallel/
Dtest-fs-readfilesync-enoent.js32 test(process.env.windir);
Dtest-child-process-cwd.js89 const shouldExistDir = common.isWindows ? process.env.windir : '/dev';
Dtest-os.js50 const expected = `${process.env.SystemRoot || process.env.windir}\\temp`;
/third_party/flutter/skia/third_party/externals/freetype/builds/dos/
Ddetect.mk54 ifndef windir
/third_party/freetype/builds/dos/
Ddetect.mk54 ifndef windir
/third_party/skia/third_party/externals/freetype/builds/dos/
Ddetect.mk54 ifndef windir
/third_party/flutter/skia/third_party/externals/freetype/builds/windows/
Ddetect.mk55 ifdef windir
/third_party/skia/third_party/externals/freetype/builds/windows/
Ddetect.mk55 ifdef windir
/third_party/freetype/builds/windows/
Ddetect.mk55 ifdef windir
/third_party/glib/glib/
Dgutils.c321 gchar *sysdir = NULL, *windir = NULL; in inner_find_program_in_path() local
375 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()
/third_party/node/lib/
Dos.js178 (process.env.SystemRoot || process.env.windir) + '\\temp';
/third_party/python/Doc/library/
Dwinreg.rst255 >>> ExpandEnvironmentStrings('%windir%')
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md618 * os: use %SystemRoot% or %windir% in os.tmpdir() (Suwon Chae)