Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dfdsan.cpp52 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()
/bionic/libc/async_safe/
Dasync_safe_log.cpp55 static int __close(int fd) { in __close() function
519 __close(log_fd); in open_log_socket()
561 __close(main_log_fd); in async_safe_write_log()
/bionic/libc/
DSYSCALLS.TXT115 int __close:close(int) all