Home
last modified time | relevance | path

Searched defs:cwd (Results 1 – 25 of 749) sorted by relevance

12345678910>>...30

/third_party/node/test/parallel/
Dtest-child-process-cwd.js65 testCwd({ cwd: 'does-not-exist' }, 'undefined', -1) property
74 cwd: new URL('http://example.com/'), property
81 cwd: new URL('file://host/dev/null'), property
88 testCwd({ cwd: tmpdir.path }, 'number', 0, tmpdir.path); property
90 testCwd({ cwd: shouldExistDir }, 'number', 0, shouldExistDir); property
91 testCwd({ cwd: pathToFileURL(tmpdir.path) }, 'number', 0, tmpdir.path); property
94 testCwd({ cwd: '' }, 'number'); property
95 testCwd({ cwd: undefined }, 'number'); property
96 testCwd({ cwd: null }, 'number'); property
Dtest-heapsnapshot-near-heap-limit.js21 cwd: tmpdir.path, property
36 cwd: tmpdir.path, property
57 cwd: tmpdir.path, property
83 cwd: tmpdir.path, property
Dtest-worker-process-cwd.js34 const cwd = process.cwd(); constant
56 const cwd = process.cwd(); constant
Dtest-tick-processor-arguments.js16 spawnSync(process.execPath, [ '--prof', '-p', '42' ], { cwd: tmpdir.path }); property
29 { cwd: tmpdir.path, encoding: 'utf8', maxBuffer: Infinity }); property
Dtest-trace-events-category-used.js25 { cwd: tmpdir.path } property
43 { cwd: tmpdir.path } property
/third_party/node/test/sequential/
Dtest-heap-prof.js77 cwd: tmpdir.path, property
99 cwd: tmpdir.path, property
121 cwd: tmpdir.path, property
142 cwd: tmpdir.path, property
162 cwd: tmpdir.path, property
185 cwd: tmpdir.path, property
206 cwd: tmpdir.path, property
227 cwd: tmpdir.path, property
253 cwd: tmpdir.path, property
276 cwd: tmpdir.path, property
[all …]
Dtest-cpu-prof-invalid-options.js26 cwd: tmpdir.path, property
47 cwd: tmpdir.path, property
68 cwd: tmpdir.path, property
/third_party/node/deps/npm/test/tap/
Dview.js67 ], { cwd: t1dir }, function (err, code, stdout, stderr) { property
80 ], { cwd: t1dir }, function (err, code, stdout, stderr) { property
93 ], { cwd: t1dir }, function (err, code, stdout, stderr) { property
106 ], { cwd: t3dir }, function (err, code, stdout, stderr) { property
119 ], { cwd: t2dir }, function (err, code, stdout) { property
133 ], { cwd: t2dir }, function (err, code, stdout) { property
147 ], { cwd: t2dir }, function (err, code, stdout) { property
162 ], { cwd: t2dir }, function (err, code, stdout) { property
179 ], { cwd: t2dir }, function (err, code, stdout) { property
201 ], { cwd: t2dir }, function (err, code, stdout) { property
[all …]
Daliases.js67 ], { cwd: testDir }) property
76 ], { cwd: testDir }) property
91 return common.npm(['ls', '--json'], { cwd: testDir }) property
113 ], { cwd: testDir }) property
136 ], { cwd: testDir }) property
141 return common.npm(['ls', '--json'], { cwd: testDir }) property
164 ], { cwd: testDir }) property
192 ], { cwd: testDir }) property
198 ], { cwd: testDir }) property
212 return common.npm(['ls', '--json'], { cwd: testDir }) property
[all …]
Dtest-run-ls.js4 var cwd = path.resolve(__dirname, '..', '..') variable
9 common.npm(['run'], { cwd: cwd }, function (er, code, so) { property
18 common.npm(['run', '-p'], { cwd: cwd }, function (er, code, so) { property
27 common.npm(['run', '--json'], { cwd: cwd }, function (er, code, so) { property
Daccess.js50 cwd: pkg property
71 cwd: missing property
92 cwd: invalid property
114 cwd: pkg property
138 { cwd: pkg }, property
156 { cwd: pkg }, property
184 { cwd: pkg }, property
211 { cwd: pkg }, property
238 { cwd: pkg }, property
256 { cwd: pkg }, property
[all …]
Dci-permissions.js22 cwd: pkg property
35 common.npm(['install'], { cwd: pkg }).then(([code]) => t.equal(code, 0))) property
40 common.npm(['ci'], { cwd: pkg, stdio: 'inherit' }).then(([code]) => { property
Dtree-style.js76 return common.npm(['pack', 'file:modC'], {cwd: base}) property
79 return common.npm(['pack', 'file:modB'], {cwd: base}) property
82 return common.npm(['pack', 'file:modA'], {cwd: base}) property
101 common.npm(['install'], {cwd: testNormal}, function (err, code, stdout, stderr) { property
109 …common.npm(['install', '--global-style'], {cwd: testGlobal}, function (err, code, stdout, stderr) { property
116 …common.npm(['install', '--legacy-bundling'], {cwd: testLegacy}, function (err, code, stdout, stder… property
Dpublish.js56 'cwd': testDir, property
96 ], {'cwd': testDir}) property
117 ], {'cwd': testDir}) property
146 ], {'cwd': testDir}) property
D00-verify-ls-ok.js4 var cwd = path.resolve(__dirname, '..', '..') variable
12 var opt = { cwd: cwd, stdio: [ 'ignore', 'pipe', 2 ] } property
Dgit-npmignore.js57 cwd: testdir, property
157 exec(git + ' init' + extraOpts, {cwd: dep}, init) property
163 exec(git + " config user.name 'Phantom Faker'", {cwd: dep}, user) property
170 exec(git + ' config user.email nope@not.real', {cwd: dep}, email) property
177 exec(git + ' config core.autocrlf input', {cwd: dep}, autocrlf) property
184 exec(git + ' add .', {cwd: dep}, addAll) property
191 exec(git + ' commit -m boot --no-gpg-sign', {cwd: dep}, commit) property
/third_party/skia/third_party/externals/angle2/src/
Dcommit_id.py21 def grab_output(command, cwd): argument
26 def get_commit_position(cwd): argument
54 cwd = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..') variable
57 cwd = aosp_angle_path variable
/third_party/ejdb/src/bindings/ejdb2_node/
Dutils.js44 function runProcess(name, args, cwd) { argument
49 cwd field
53 function runProcessAndGetOutput(name, args, cwd) { argument
59 cwd field
/third_party/flutter/skia/infra/bots/recipe_modules/checkout/examples/full.expected/
DBuild-Debian9-Clang-x86_64-Release-NoDEPS.json22 "cwd": "[START_DIR]/skia", string
36 "cwd": "[START_DIR]/skia", string
46 "cwd": "[START_DIR]/skia", string
61 "cwd": "[START_DIR]/skia", string
72 "cwd": "[START_DIR]/skia", string
82 "cwd": "[START_DIR]/skia", string
92 "cwd": "[START_DIR]/skia", string
/third_party/skia/infra/bots/recipes/infra.expected/
Dinfra_tests_lottie_ci.json7 "cwd": "[START_DIR]/lottie-ci", string
23 "cwd": "[START_DIR]/lottie-ci", string
41 "cwd": "[START_DIR]/lottie-ci", string
56 "cwd": "[START_DIR]/skia", string
72 "cwd": "[START_DIR]/skia", string
90 "cwd": "[START_DIR]/skia", string
106 "cwd": "[START_DIR]/lottie-ci", string
/third_party/node/deps/npm/test/need-npm5-update/
Dlegacy-npm-self-install.js22 …common.npm(['pack'], {cwd: npmpath, stdio: ['ignore', 'pipe', process.stderr]}, function (err, cod… property
58 var opts = {cwd: basepath, env: env, stdio: ['ignore', 'ignore', process.stderr]} property
66 common.npm(['ls', '--json', '--depth=0'], {cwd: basepath, env: env}, lsCheckAndRemove) property
75 common.npm(['rm', 'npm'], {cwd: basepath, env: env}, removeCheck) property
80 common.npm(['ls', '--json', '--depth=0'], {cwd: basepath, env: env}, andDone) property
/third_party/flutter/engine/flutter/sky/tools/roll/
Dutils.py10 def commit(message, cwd=None): argument
13 def system(command, cwd=None): argument
/third_party/node/deps/npm/node_modules/yargs/node_modules/locate-path/
Dindex.js8 cwd: process.cwd() property
16 cwd: process.cwd() property
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/locate-path/
Dindex.js8 cwd: process.cwd() property
16 cwd: process.cwd() property
/third_party/flutter/skia/infra/bots/recipes/check_generated_files.expected/
DHousekeeper-PerCommit-CheckGeneratedFiles.json50 "cwd": "[START_DIR]/cache/work", string
117 "cwd": "[START_DIR]/cache/work/skia", string
131 "cwd": "[START_DIR]/cache/work/skia", string
146 "cwd": "[START_DIR]/cache/work/skia", string
160 "cwd": "[START_DIR]/cache/work/skia", string
174 "cwd": "[START_DIR]/cache/work/skia", string
187 "cwd": "[START_DIR]/cache/work/skia", string
200 "cwd": "[START_DIR]/cache/work/skia", string
213 "cwd": "[START_DIR]/cache/work/skia", string
238 "cwd": "[START_DIR]/cache/work/skia", string
[all …]

12345678910>>...30