Searched refs:OutputPipe (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/codycam/
H A DSpawningUploadClient.h52 int OutputPipe() const { return fPty; }; function in class:SpawningUploadClient
H A DSftpClient.cpp24 if (OutputPipe() >= 0)
129 write(OutputPipe(), passwd.c_str(), strlen(passwd.c_str()));
130 write(OutputPipe(), "\n", 1);
H A DSpawningUploadClient.cpp106 len = read(OutputPipe(), buff, 1024);

Completed in 72 milliseconds