Rizin
unix-like reverse engineering framework and cli tools
|
#include <zip_source_file.h>
Public Attributes | |
zip_uint64_t | size |
time_t | mtime |
bool | exists |
bool | regular_file |
Definition at line 34 of file zip_source_file.h.
bool zip_source_file_stat::exists |
Definition at line 37 of file zip_source_file.h.
Referenced by _zip_stat_win32(), _zip_stdio_op_stat(), _zip_win32_named_op_stat(), and zip_source_file_stat_init().
time_t zip_source_file_stat::mtime |
Definition at line 36 of file zip_source_file.h.
Referenced by _zip_stat_win32(), _zip_stdio_op_stat(), _zip_win32_named_op_stat(), and zip_source_file_stat_init().
bool zip_source_file_stat::regular_file |
Definition at line 38 of file zip_source_file.h.
Referenced by _zip_stat_win32(), _zip_stdio_op_stat(), _zip_win32_named_op_stat(), and zip_source_file_stat_init().
zip_uint64_t zip_source_file_stat::size |
Definition at line 35 of file zip_source_file.h.
Referenced by _zip_stat_win32(), _zip_stdio_op_stat(), _zip_win32_named_op_stat(), and zip_source_file_stat_init().