Searched refs:__close (Results 1 – 3 of 3) sorted by relevance
52 extern "C" int __close(int fd);247 return __close(fd); in android_fdsan_close_with_tag()253 return __close(fd); in android_fdsan_close_with_tag()283 int rc = __close(fd); in android_fdsan_close_with_tag()
55 static int __close(int fd) { in __close() function519 __close(log_fd); in open_log_socket()561 __close(main_log_fd); in async_safe_write_log()
115 int __close:close(int) all