Home
last modified time | relevance | path

Searched refs:__close (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dfdsan.cpp51 extern "C" int __close(int fd);
250 return __close(fd); in android_fdsan_close_with_tag()
256 return __close(fd); in android_fdsan_close_with_tag()
286 int rc = __close(fd); in android_fdsan_close_with_tag()
/bionic/libc/async_safe/
Dasync_safe_log.cpp56 static int __close(int fd) { in __close() function
477 __close(log_fd); in open_log_socket()
519 __close(main_log_fd); in async_safe_write_log()
/bionic/libc/
DSYSCALLS.TXT108 int __close:close(int) all