Searched refs:fsync_req (Results 1 - 2 of 2) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | fsync.cpp | 31 std::unique_ptr<uv_fs_t, decltype(CommonFunc::FsReqCleanup)*> fsync_req = { in Fsync() local 33 if (!fsync_req) { in Fsync() 37 int ret = uv_fs_fsync(nullptr, fsync_req.get(), fd, nullptr); in Fsync()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | fsync.cpp | 45 std::unique_ptr<uv_fs_t, decltype(CommonFunc::fs_req_cleanup)*> fsync_req = { in Sync() local 47 if (!fsync_req) { in Sync() 52 int ret = uv_fs_fsync(nullptr, fsync_req.get(), fd, nullptr); in Sync() 78 std::unique_ptr<uv_fs_t, decltype(CommonFunc::fs_req_cleanup)*> fsync_req = { in Async() 80 if (!fsync_req) { in Async() 84 int ret = uv_fs_fsync(nullptr, fsync_req.get(), fd, nullptr); in Async()
|
Completed in 1 milliseconds