Home
last modified time | relevance | path

Searched refs:handle_open_failure (Results 1 – 2 of 2) sorted by relevance

/external/blktrace/btt/
Dmisc.c106 static int handle_open_failure(void) in handle_open_failure() function
161 } while (fp == NULL && handle_open_failure()); in my_fopen()
172 } while (fd < 0 && handle_open_failure()); in my_open()
/external/blktrace/
Dblktrace.c641 static int handle_open_failure(void) in handle_open_failure() function
655 return handle_open_failure(); in handle_mem_failure()
671 } while (fp == NULL && handle_open_failure()); in my_fopen()
682 } while (fd < 0 && handle_open_failure()); in my_open()
693 } while (fd < 0 && handle_open_failure()); in my_socket()
704 } while (fd < 0 && handle_open_failure()); in my_accept()