Rizin
unix-like reverse engineering framework and cli tools
uv_fs_s Struct Reference

#include <uv.h>

Public Attributes

UV_REQ_FIELDS uv_fs_type fs_type
 
uv_loop_tloop
 
uv_fs_cb cb
 
ssize_t result
 
void * ptr
 
const char * path
 
uv_stat_t statbuf
 

Detailed Description

Definition at line 1306 of file uv.h.

Member Data Documentation

◆ cb

uv_fs_cb uv_fs_s::cb

Definition at line 1310 of file uv.h.

◆ fs_type

UV_REQ_FIELDS uv_fs_type uv_fs_s::fs_type

Definition at line 1308 of file uv.h.

◆ loop

uv_loop_t* uv_fs_s::loop

Definition at line 1309 of file uv.h.

◆ path

const char* uv_fs_s::path

Definition at line 1313 of file uv.h.

◆ ptr

void* uv_fs_s::ptr

Definition at line 1312 of file uv.h.

◆ result

ssize_t uv_fs_s::result

Definition at line 1311 of file uv.h.

Referenced by on_read(), on_type(), on_write(), and uv__fs_copyfile().

◆ statbuf

uv_stat_t uv_fs_s::statbuf

Definition at line 1314 of file uv.h.


The documentation for this struct was generated from the following file: