Searched refs:ptmParam (Results 1 – 2 of 2) sorted by relevance
| /developtools/hdc/src/daemon/ |
| D | shell.h | 51 int ptmParam; member 54 …ShellParams(const char *cmdParam, const char *arg0Param, const char *arg1Param, int ptmParam, char… in ShellParams() 55 …:cmdParam(cmdParam), arg0Param(arg0Param), arg1Param(arg1Param), ptmParam(ptmParam), devParam(devP… in ShellParams()
|
| D | shell.cpp | 188 int ptmParam = params.ptmParam; in ShellFork() local 200 WRITE_LOG(LOG_DEBUG, "ShellFork close ptmParam:%d", ptmParam); in ShellFork() 205 close(ptmParam); in ShellFork()
|