Lines Matching refs:ctxNow
31 ResetCtx(&ctxNow, true); in HdcTransferBase()
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()
444 ctxNow.dirMode.push_back(mode); in GetSubFilesRecursively()
477 ctxNow.isDir = true; in CheckLocalPath()
515 ctxNow.targetDirNotExist = true; in CheckLocalPath()
528 if (ctxNow.targetDirNotExist) { in CheckFilename()
562 if (ctxNow.fileModeSync) { in CheckFilename()
573 auto it = ctxNow.dirModeMap.find(shortPath); in CheckFilename()
574 if (it != ctxNow.dirModeMap.end()) { in CheckFilename()
680 CtxFile *context = &ctxNow; in CommandDispatch()
693 CtxFile *context = &ctxNow; in CommandDispatch()