Rizin
unix-like reverse engineering framework and cli tools
|
#include <fs-fd-hash-inl.h>
Public Attributes | |
int | flags |
BOOLEAN | is_directory |
HANDLE | mapping |
LARGE_INTEGER | size |
LARGE_INTEGER | current_pos |
Definition at line 45 of file fs-fd-hash-inl.h.
LARGE_INTEGER uv__fd_info_s::current_pos |
Definition at line 50 of file fs-fd-hash-inl.h.
Referenced by fs__ftruncate(), fs__open(), fs__read_filemap(), and fs__write_filemap().
int uv__fd_info_s::flags |
Definition at line 46 of file fs-fd-hash-inl.h.
Referenced by cmd_descs_generate.Arg::__str__(), fs__ftruncate(), fs__open(), fs__read_filemap(), and fs__write_filemap().
BOOLEAN uv__fd_info_s::is_directory |
Definition at line 47 of file fs-fd-hash-inl.h.
Referenced by fs__ftruncate(), fs__open(), fs__read_filemap(), and fs__write_filemap().
HANDLE uv__fd_info_s::mapping |
Definition at line 48 of file fs-fd-hash-inl.h.
Referenced by fs__close(), fs__ftruncate(), fs__open(), fs__read_filemap(), and fs__write_filemap().
LARGE_INTEGER uv__fd_info_s::size |
Definition at line 49 of file fs-fd-hash-inl.h.
Referenced by fs__ftruncate(), fs__open(), fs__read_filemap(), and fs__write_filemap().