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

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dfsw_posix.h63 struct fsw_posix_file { struct
87 struct fsw_posix_file * fsw_posix_open(struct fsw_posix_volume *pvol, const char *path, int flags, mode_t mode);
88 ssize_t fsw_posix_read(struct fsw_posix_file *file, void *buf, size_t nbytes);
89 off_t fsw_posix_lseek(struct fsw_posix_file *file, off_t offset, int whence);
90 int fsw_posix_close(struct fsw_posix_file *file);

Completed in 159 milliseconds