Searched refs:_start_process (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | command.py | 98 process = self._start_process() 122 def _start_process(self): member in BaseCommand 187 def _start_process(self): member in PosixCommand 229 def _start_process(self, **kwargs): member in WindowsCommand 248 return super(WindowsCommand, self)._start_process(**kwargs)
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | process.c | 94 static pid_t _start_process(const char *name, in _start_process() function 194 return _start_process(name, exec_command, (void*)command, fdin, fdout, 1); in start_system_process() 199 return _start_process(name, proc_func, user_arg, fdin, fdout, 0); in start_process()
|
Completed in 2 milliseconds