Searched refs:getStdIn (Results 1 – 5 of 5) sorted by relevance
24 public FileDescriptor getStdIn(); in getStdIn() method
56 deFile* getStdIn (void) { return deProcess_getStdIn(m_process); } in getStdIn() function in de::Process
148 HANDLE getStdIn (void) const { return m_standardIn; } in getStdIn() function in xs::win32::Process
238 deFile* dst = m_process->getStdIn(); in start()
702 m_caseListWriter.start(caseList, m_process->getStdIn()); in start()