Home
last modified time | relevance | path

Searched defs:execPath (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-find-node-directory.js16 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/
Dtest-child-process-fork-exec-path.js55 const child = fork(__filename, { execPath: copyPath, env: envCopy }); property
/third_party/node/benchmark/
Dcompare.js74 execPath: cli.optional[job.binary] property
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dfind-python.js172 this.run(exec, args, shell, function (err, execPath) { argument
200 function (err, execPath) { argument
Dbuild.js110 which(command, function (err, execPath) { argument
/third_party/popt/src/
Dpoptint.h112 const char * execPath; member