Home
last modified time | relevance | path

Searched defs:_spawn (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/lib/utils/
Dspawn.js3 var _spawn = require('child_process').spawn variable
/third_party/node/deps/npm/node_modules/npm-lifecycle/lib/
Dspawn.js5 const _spawn = require('child_process').spawn constant
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
Dcommon.py82 def _spawn(_argv): function