HomeSort by relevance Sort by last modified time
    Searched refs:POpenStream (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
stream.h 458 class POpenStream : public FileStream {
460 POpenStream() : wait_status_(-1) {}
461 virtual ~POpenStream();
stream.cc 528 POpenStream::~POpenStream() {
529 POpenStream::Close();
532 bool POpenStream::Open(const std::string& subcommand, const char* mode) {
538 bool POpenStream::OpenShare(const std::string& subcommand, const char* mode,
543 void POpenStream::DoClose() {
linux.cc 214 POpenStream lsb_release_output;

Completed in 1269 milliseconds