Searched defs:close_errors (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
H A Dposix.cc25 static void closefds(void *close_errors, int fd) { argument
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 114 milliseconds