Lines Matching refs:fsOpenReq
38 if (ctxNow.lastErrno != 0 || (ctxNow.fsOpenReq.result > 0 && !ctxNow.ioFinish)) { in ~HdcTransferBase()
40 taskInfo->channelId, ctxNow.fsOpenReq.result); in ~HdcTransferBase()
41 uv_fs_close(nullptr, &ctxNow.fsCloseReq, ctxNow.fsOpenReq.result, nullptr); in ~HdcTransferBase()
50 context->fsOpenReq.data = context; in ResetCtx()
97 uv_fs_read(context->loop, req, context->fsOpenReq.result, &iov, 1, index, context->cb); in SimpleFileIO()
106 uv_fs_write(context->loop, req, context->fsOpenReq.result, &iov, 1, index, context->cb); in SimpleFileIO()
149 uv_fs_futime(nullptr, &fs, context->fsOpenReq.result, aTimeSec, mTimeSec, nullptr); in SetFileTime()
262 … uv_fs_fsync(thisClass->loopTask, &context->fsCloseReq, context->fsOpenReq.result, nullptr); in OnFileIO()
265 thisClass->taskInfo->channelId, context->fsOpenReq.result, in OnFileIO()
270 … uv_fs_close(thisClass->loopTask, &context->fsCloseReq, context->fsOpenReq.result, OnFileClose); in OnFileIO()
288 context->localPath.c_str(), thisClass->taskInfo->channelId, context->fsOpenReq.result); in OnFileOpen()
308 uv_fs_fstat(nullptr, &fs, context->fsOpenReq.result, nullptr); in OnFileOpen()