HomeSort by relevance Sort by last modified time
    Searched full:close_errors (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
posix.cc 42 static void closefds(void *close_errors, int fd) {
48 *static_cast<bool *>(close_errors) = true;
78 bool close_errors = false; local
79 if (fdwalk(&closefds, &close_errors) < 0) {
82 if (close_errors) {

Completed in 65 milliseconds