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

/bionic/libc/bionic/
H A Dlibc_logging.cpp491 int main_log_fd = __libc_open_log_socket(); local
493 if (main_log_fd == -1) {
520 int main_log_fd = TEMP_FAILURE_RETRY(open("/dev/log/main", O_CLOEXEC | O_WRONLY));
521 if (main_log_fd == -1) {
538 int result = TEMP_FAILURE_RETRY(writev(main_log_fd, vec, sizeof(vec) / sizeof(vec[0])));
539 close(main_log_fd);

Completed in 60 milliseconds