OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POpenStream
(Results
1 - 5
of
5
) 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;
/external/chromium_org/third_party/libjingle/source/talk/base/
stream.h
546
class
POpenStream
: public FileStream {
548
POpenStream
() : wait_status_(-1) {}
549
virtual ~
POpenStream
();
[
all
...]
stream.cc
718
POpenStream
::~
POpenStream
() {
719
POpenStream
::Close();
722
bool
POpenStream
::Open(const std::string& subcommand,
735
bool
POpenStream
::OpenShare(const std::string& subcommand, const char* mode,
740
void
POpenStream
::DoClose() {
[
all
...]
Completed in 772 milliseconds