HomeSort by relevance Sort by last modified time
    Searched defs:childProcess (Results 1 - 6 of 6) sorted by null

  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
osProcess.h 25 class childProcess
28 static childProcess *create(const char *p_cmdLine, const char *p_startdir);
29 ~childProcess();
44 childProcess() {};
osProcessWin.cpp 24 childProcess *
25 childProcess::create(const char *p_cmdLine, const char *p_startdir)
27 childProcess *child = new childProcess();
60 childProcess::~childProcess()
68 childProcess::wait(int *exitStatus)
89 childProcess::tryWait(bool& isAlive)
osProcessUnix.cpp 128 childProcess *
129 childProcess::create(const char *p_cmdLine, const char *p_startdir)
131 childProcess *child = new childProcess();
145 childProcess::~childProcess()
150 childProcess::wait(int *exitStatus)
167 childProcess::tryWait(bool &isAlive)
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osProcess.h 25 class childProcess
28 static childProcess *create(const char *p_cmdLine, const char *p_startdir);
29 ~childProcess();
44 childProcess() {};
osProcessWin.cpp 24 childProcess *
25 childProcess::create(const char *p_cmdLine, const char *p_startdir)
27 childProcess *child = new childProcess();
60 childProcess::~childProcess()
68 childProcess::wait(int *exitStatus)
89 childProcess::tryWait(bool& isAlive)
osProcessUnix.cpp 128 childProcess *
129 childProcess::create(const char *p_cmdLine, const char *p_startdir)
131 childProcess *child = new childProcess();
145 childProcess::~childProcess()
150 childProcess::wait(int *exitStatus)
167 childProcess::tryWait(bool &isAlive)

Completed in 102 milliseconds