OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:own_fd
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/pexpect/
fdpexpect.py
58
self.
own_fd
= False
70
if self.
own_fd
:
/external/zlib/src/contrib/iostream3/
zfstream.cc
22
: file(NULL), io_mode(std::ios_base::openmode(0)),
own_fd
(false),
35
if (
own_fd
)
73
own_fd
= true;
101
own_fd
= false;
121
own_fd
= false;
zfstream.h
199
bool
own_fd
;
member in class:gzfilebuf
Completed in 55 milliseconds