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/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