Searched refs:__create_dir_struct (Results 1 - 7 of 7) sorted by path

/haiku/headers/private/libroot/
H A Ddirent_private.h15 DIR* __create_dir_struct(int fd);
/haiku/src/system/libroot/os/
H A Dfs_attr.cpp36 if ((dir = __create_dir_struct(fd)) == NULL) {
H A Dfs_query.cpp38 DIR *dir = __create_dir_struct(fd);
H A Dfs_index.c69 if ((dir = __create_dir_struct(fd)) == NULL) {
70 // __create_dir_struct() already sets errno
/haiku/src/system/libroot/posix/
H A Ddirent.cpp104 __create_dir_struct(int fd) function
152 dir = __create_dir_struct(dirFD);
174 if ((dir = __create_dir_struct(fd)) == NULL) {
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c686 void __create_dir_struct() {} function
H A Dlibroot_stubs_legacy.c507 void __create_dir_struct() {} function

Completed in 112 milliseconds