Home
last modified time | relevance | path

Searched defs:read_req (Results 1 - 11 of 11) sorted by relevance

/third_party/libuv/docs/code/uvcat/
H A Dmain.c9 uv_fs_t read_req; variable
21 uv_fs_read(uv_default_loop(), &read_req, open_req.result, &iov, 1, -1, on_read); in on_write() local
46 uv_fs_read(uv_default_loop(), &read_req, req->result, in on_open() local
/third_party/libuv/test/
H A Dtest-eintr-handling.c37 static uv_fs_t read_req; variable
H A Dtest-fs-open-flags.c43 static uv_fs_t read_req; variable
[all...]
H A Dtest-fs.c107 static uv_fs_t read_req; variable
[all...]
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A DrandomAccessFile_impl.cpp46 std::unique_ptr<uv_fs_t, decltype(CommonFunc::FsReqCleanup)*> read_req = { in DoReadRAF() local
H A Dfile_fs_impl.cpp794 std::unique_ptr<uv_fs_t, decltype(CommonFunc::FsReqCleanup)*> read_req = { in Read() local
829 std::unique_ptr<uv_fs_t, decltype(CommonFunc::FsReqCleanup)*> read_req = { in ReadCur() local
1130 std::unique_ptr<uv_fs_t, decltype(CommonFunc::FsReqCleanup)*> read_req = { in ReadFromFile() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dread_text.cpp107 std::unique_ptr<uv_fs_t, decltype(CommonFunc::fs_req_cleanup)*> read_req = { in ReadTextAsync() local
139 std::unique_ptr<uv_fs_t, decltype(CommonFunc::fs_req_cleanup)*> read_req = { in ReadFromFile() local
H A Dprop_n_exporter.cpp562 std::unique_ptr<uv_fs_t, decltype(CommonFunc::fs_req_cleanup)*> read_req = { in ReadSync() local
582 std::unique_ptr<uv_fs_t, decltype(CommonFunc::fs_req_cleanup)*> read_req = { in ReadExec() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
H A Drandomaccessfile_n_exporter.cpp44 std::unique_ptr<uv_fs_t, decltype(CommonFunc::fs_req_cleanup)*> read_req = { in DoReadRAF() local
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.h134 struct read_req { struct
/third_party/node/src/
H A Dnode_file.cc1040 uv_fs_t read_req; in InternalModuleReadJSON() local

Completed in 14 milliseconds