Searched defs:execPath (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/npm/node_modules/node-gyp/test/ |
D | test-find-node-directory.js | 16 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } property 31 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } property 49 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } property 63 processObj = { execPath: '/x/y/Release/node', platform: platforms[next] } property 66 execPath: '/x/y/out/Release/node', property 84 processObj = { execPath: '/a/b/Debug/node', platform: platforms[next] } property 86 processObj = { execPath: '/a/b/out/Debug/node', platform: platforms[next] } property 100 var processObj = { execPath: '/x/y/z/y', platform: next } property 114 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } property
|
/third_party/node/test/parallel/ |
D | test-child-process-fork-exec-path.js | 55 const child = fork(__filename, { execPath: copyPath, env: envCopy }); property
|
/third_party/node/benchmark/ |
D | compare.js | 74 execPath: cli.optional[job.binary] property
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | find-python.js | 172 this.run(exec, args, shell, function (err, execPath) { argument 200 function (err, execPath) { argument
|
D | build.js | 110 which(command, function (err, execPath) { argument
|
/third_party/popt/src/ |
D | poptint.h | 112 const char * execPath; member
|