Home
last modified time | relevance | path

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

/system/ulib/fdio/
A Dunistd.c340 iodir = fdio_cwd_handle; in fdio_iodir()
744 __fdio_open(&fdio_cwd_handle, fdio_cwd_path, O_RDONLY | O_DIRECTORY, 0); in __libc_extensions_init()
749 if (fdio_cwd_handle == NULL) { in __libc_extensions_init()
750 fdio_cwd_handle = fdio_null_create(); in __libc_extensions_init()
819 return fdio_cwd_handle->ops->clone(fdio_cwd_handle, handles, types); in fdio_clone_cwd()
1854 fdio_t* old = fdio_cwd_handle; in fdio_chdir()
1855 fdio_cwd_handle = io; in fdio_chdir()
A Dprivate.h248 #define fdio_cwd_handle (__fdio_global_state.cwd) macro

Completed in 12 milliseconds