OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetHighestFileDescriptor
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/android/forwarder2/
socket.h
92
static int
GetHighestFileDescriptor
(const Socket& s1, const Socket& s2);
forwarder.cc
113
const int nfds = Socket::
GetHighestFileDescriptor
(*socket1_, *socket2_) + 1;
socket.cc
445
int Socket::
GetHighestFileDescriptor
(const Socket& s1, const Socket& s2) {
Completed in 59 milliseconds