Searched refs:__fdio_open_at (Results 1 – 2 of 2) sorted by relevance
| /system/ulib/fdio/ |
| A D | unistd.h | 19 zx_status_t __fdio_open_at(fdio_t** io, int dirfd, const char* path, int flags, uint32_t mode);
|
| A D | unistd.c | 449 zx_status_t __fdio_open_at(fdio_t** io, int dirfd, const char* path, int flags, uint32_t mode) { in __fdio_open_at() function 476 return __fdio_open_at(io, AT_FDCWD, path, flags, mode); in __fdio_open() 1404 if ((r = __fdio_open_at(&io, dirfd, path, O_WRONLY, 0)) < 0) { in truncateat() 1522 if ((r = __fdio_open_at(&io, dirfd, path, flags, mode)) < 0) { in vopenat() 1566 if ((r = __fdio_open_at(&io, dirfd, path, O_RDONLY | O_CREAT | O_EXCL, mode)) < 0) { in mkdirat() 1618 if ((r = __fdio_open_at(&io, dirfd, fn, O_PATH, 0)) < 0) { in fstatat() 1719 if ((r = __fdio_open_at(&io, dirfd, fn, 0, 0)) < 0) { in utimensat() 1812 if ((status = __fdio_open_at(&io, dirfd, filename, 0, 0)) < 0) { in faccessat()
|
Completed in 8 milliseconds