OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handle_open_failure
(Results
1 - 2
of
2
) sorted by null
/external/blktrace/btt/
misc.c
106
static int
handle_open_failure
(void)
function
161
} while (fp == NULL &&
handle_open_failure
());
172
} while (fd < 0 &&
handle_open_failure
());
/external/blktrace/
blktrace.c
641
static int
handle_open_failure
(void)
function
655
return
handle_open_failure
();
671
} while (fp == NULL &&
handle_open_failure
());
682
} while (fd < 0 &&
handle_open_failure
());
693
} while (fd < 0 &&
handle_open_failure
());
704
} while (fd < 0 &&
handle_open_failure
());
[
all
...]
Completed in 76 milliseconds