Searched defs:read_req (Results 1 - 11 of 11) sorted by relevance
| /third_party/libuv/docs/code/uvcat/ |
| H A D | main.c | 9 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 D | test-eintr-handling.c | 37 static uv_fs_t read_req; variable
|
| H A D | test-fs-open-flags.c | 43 static uv_fs_t read_req; variable [all...] |
| H A D | test-fs.c | 107 static uv_fs_t read_req; variable [all...] |
| /foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
| H A D | randomAccessFile_impl.cpp | 46 std::unique_ptr<uv_fs_t, decltype(CommonFunc::FsReqCleanup)*> read_req = { in DoReadRAF() local
|
| H A D | file_fs_impl.cpp | 794 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 D | read_text.cpp | 107 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 D | prop_n_exporter.cpp | 562 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 D | randomaccessfile_n_exporter.cpp | 44 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 D | doio.h | 134 struct read_req { struct
|
| /third_party/node/src/ |
| H A D | node_file.cc | 1040 uv_fs_t read_req; in InternalModuleReadJSON() local
|
Completed in 17 milliseconds