Home
last modified time | relevance | path

Searched refs:USERPROFILE (Results 1 – 25 of 26) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-module-loading-globalpaths.js51 env.HOME = env.USERPROFILE = noPkgHomeDir;
61 env.HOME = env.USERPROFILE = modHomeDir;
66 env.HOME = env.USERPROFILE = libHomeDir;
71 env.HOME = env.USERPROFILE = bothHomeDir;
84 env.HOME = env.USERPROFILE = noPkgHomeDir;
88 env.HOME = env.USERPROFILE = bothHomeDir;
92 env.HOME = env.USERPROFILE = bothHomeDir;
98 env.HOME = env.USERPROFILE = bothHomeDir;
Dtest-os-homedir-no-envvar.js11 assert.strictEqual(process.env.USERPROFILE, undefined);
21 delete process.env.USERPROFILE;
Dtest-os.js198 if (common.isWindows && process.env.USERPROFILE) {
199 assert.strictEqual(home, process.env.USERPROFILE);
200 delete process.env.USERPROFILE;
202 process.env.USERPROFILE = home;
/third_party/node/doc/api/
Dsynopsis.md38 > mkdir %USERPROFILE%\projects
39 > cd %USERPROFILE%\projects
45 > mkdir $env:USERPROFILE\projects
46 > cd $env:USERPROFILE\projects
Dos.md182 On Windows, it uses the `USERPROFILE` environment variable if defined.
/third_party/node/deps/npm/test/tap/
Dunpublish-config.js61 USERPROFILE: process.env.USERPROFILE property
Dpublish-config.js60 USERPROFILE: process.env.USERPROFILE property
/third_party/node/deps/npm/node_modules/os-homedir/
Dindex.js10 return env.USERPROFILE || env.HOMEDRIVE + env.HOMEPATH || home || null;
/third_party/node/deps/npm/node_modules/rc/
Dindex.js7 ? process.env.USERPROFILE
/third_party/mbedtls/scripts/
Dwindows_msbuild.bat13 @rem If the %USERPROFILE%\Source directory exists, then running
/third_party/flutter/flutter/
Dflutter_console.bat38 CALL cmd /K "@echo off & cd %USERPROFILE% & echo on"
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dcommon.dart15 ? platform.environment['USERPROFILE']
/third_party/openssl/doc/man3/
DRAND_load_file.pod47 %HOME%, %USERPROFILE%, %SYSTEMROOT%, C:\
/third_party/typescript/src/tsserver/
DnodeServer.ts882 process.env.USERPROFILE ||
/third_party/libuv/docs/src/
Dmisc.rst492 checks the `USERPROFILE` environment variable using
493 `GetEnvironmentVariableW()`. If `USERPROFILE` is not set,
/third_party/node/lib/internal/modules/cjs/
Dloader.js1196 const homeDir = isWindows ? process.env.USERPROFILE : safeGetenv('HOME');
/third_party/python/Misc/NEWS.d/
D3.9.0a4.rst759 Windows now prefer :envvar:`USERPROFILE` and no longer use :envvar:`HOME`,
/third_party/python/Doc/library/
Dos.path.rst176 On Windows, :envvar:`USERPROFILE` will be used if set, otherwise a combination
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc885 const wchar_t *EnvironmentVariables[] = {L"TMP", L"TEMP", L"USERPROFILE"};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc1385 const wchar_t *EnvironmentVariables[] = {L"TMP", L"TEMP", L"USERPROFILE"};
/third_party/python/Doc/whatsnew/
D3.8.rst1060 :func:`~os.path.expanduser` on Windows now prefers the :envvar:`USERPROFILE`
1960 * :func:`~os.path.expanduser` on Windows now prefers the :envvar:`USERPROFILE`
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch1447 if 'USERPROFILE' in os.environ:
1448 userhome = os.environ['USERPROFILE']
10830 + with mock.patch.dict(os.environ, {"USERPROFILE": profile}):
/third_party/python/Doc/install/
Dindex.rst795 :envvar:`USERPROFILE` then :envvar:`HOMEDRIVE` and :envvar:`HOMEPATH` will
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md836 * windows: use USERPROFILE to get the user's home dir (Bert Belder)
/third_party/openssl/
DCHANGES.md3732 the directories %HOME%, %USERPROFILE% and %SYSTEMROOT% in that order. If

12