Lines Matching refs:fop_fd
628 `lws_plat_file_close`(lws_fop_fd_t fop_fd)
631 `lws_plat_file_seek_cur`(lws_fop_fd_t fop_fd, lws_fileofs_t offset)
634 `lws_plat_file_read`(lws_fop_fd_t fop_fd, lws_filepos_t *amount,
638 `lws_plat_file_write`(lws_fop_fd_t fop_fd, lws_filepos_t *amount,
647 lws_vfs_tell(lws_fop_fd_t fop_fd);
650 lws_vfs_get_length(lws_fop_fd_t fop_fd);
653 lws_vfs_get_mod_time(lws_fop_fd_t fop_fd);
656 lws_vfs_file_seek_set(lws_fop_fd_t fop_fd, lws_fileofs_t offset);
659 lws_vfs_file_seek_end(lws_fop_fd_t fop_fd, lws_fileofs_t offset);
676 … the file, File Length, and a copy of Flags left after open are now generically held in the fop_fd.
686 7) There is an optional `mod_time` uint32_t member in the generic fop_fd. If you are able to set i…