Home
last modified time | relevance | path

Searched refs:OnFileIO (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/host/
Dhost_unity.cpp77 void HdcHostUnity::OnFileIO(uv_fs_t *req) in OnFileIO() function in Hdc::HdcHostUnity
124 uv_fs_write(loopTask, req, opContext.fileLog, &iov, 1, opContext.fileBufIndex, OnFileIO); in AppendLocalLog()
Dhost_unity.h43 static void OnFileIO(uv_fs_t *req);
/developtools/hdc/src/common/
Dtransfer.h132 static void OnFileIO(uv_fs_t *req);
Dtransfer.cpp54 context->cb = OnFileIO; in ResetCtx()
203 void HdcTransferBase::OnFileIO(uv_fs_t *req) in OnFileIO() function in Hdc::HdcTransferBase