OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:close_errors
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/base/
posix.cc
25
static void closefds(void *
close_errors
, int fd) {
31
*static_cast<bool *>(
close_errors
) = true;
61
bool
close_errors
= false;
local
62
if (fdwalk(&closefds, &
close_errors
) < 0) {
65
if (
close_errors
) {
Completed in 2097 milliseconds