Describes single entry of the directory. More...
#include <avio.h>
Describes single entry of the directory.
Only name and type fields are guaranteed be set. Rest of fields are protocol or/and platform dependent and might be unknown.
Type of the entry.
Definition at line 80 of file avio.h.
Referenced by ff_alloc_dir_entry(), libsmbc_read_dir(), and main().
File size in bytes, -1 if unknown.
Definition at line 83 of file avio.h.
Referenced by ff_alloc_dir_entry(), libsmbc_read_dir(), and main().
Time of last modification in microseconds since unix epoch, -1 if unknown.
Definition at line 84 of file avio.h.
Referenced by ff_alloc_dir_entry(), libsmbc_read_dir(), and main().
Time of last access in microseconds since unix epoch, -1 if unknown.
Definition at line 86 of file avio.h.
Referenced by ff_alloc_dir_entry(), libsmbc_read_dir(), and main().
Time of last status change in microseconds since unix epoch, -1 if unknown.
Definition at line 88 of file avio.h.
Referenced by ff_alloc_dir_entry(), libsmbc_read_dir(), and main().
User ID of owner, -1 if unknown.
Definition at line 90 of file avio.h.
Referenced by ff_alloc_dir_entry(), libsmbc_read_dir(), and main().
Group ID of owner, -1 if unknown.
Definition at line 91 of file avio.h.
Referenced by ff_alloc_dir_entry(), libsmbc_read_dir(), and main().
Unix file mode, -1 if unknown.
Definition at line 92 of file avio.h.
Referenced by ff_alloc_dir_entry(), libsmbc_read_dir(), and main().