Home
last modified time | relevance | path

Searched refs:__fdio_open (Results 1 – 2 of 2) sorted by relevance

/system/ulib/fdio/
A Dunistd.h20 zx_status_t __fdio_open(fdio_t** io, const char* path, int flags, uint32_t mode);
A Dunistd.c475 zx_status_t __fdio_open(fdio_t** io, const char* path, int flags, uint32_t mode) { in __fdio_open() function
744 __fdio_open(&fdio_cwd_handle, fdio_cwd_path, O_RDONLY | O_DIRECTORY, 0); in __libc_extensions_init()
1866 if ((r = __fdio_open(&io, path, O_RDONLY | O_DIRECTORY, 0)) < 0) { in chdir()

Completed in 9 milliseconds