Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dunix_io.c726 static errcode_t unixfd_open(const char *str_fd, int flags, in unixfd_open() argument
732 fd = atoi(str_fd); in unixfd_open()
749 return unix_open_channel(str_fd, fd, flags, channel, unixfd_io_manager); in unixfd_open()