Searched defs:fsw_posix_dir (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dfsw_posix.h74 struct fsw_posix_dir { struct
92 struct fsw_posix_dir * fsw_posix_opendir(struct fsw_posix_volume *pvol, const char *path);
93 struct dirent * fsw_posix_readdir(struct fsw_posix_dir *dir);
94 void fsw_posix_rewinddir(struct fsw_posix_dir *dir);
95 int fsw_posix_closedir(struct fsw_posix_dir *dir);

Completed in 31 milliseconds