Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dhost_unity.cpp53 uv_fs_close(loopTask, &opContext.fsClose, opContext.fileLog, OnFileClose); in StopTask()
57 void HdcHostUnity::OnFileClose(uv_fs_t *req) in OnFileClose() function in Hdc::HdcHostUnity
Dhost_unity.h44 static void OnFileClose(uv_fs_t *req);
/developtools/hdc/src/common/
Dtransfer.h101 static void OnFileClose(uv_fs_t *req);
Dtransfer.cpp121 void HdcTransferBase::OnFileClose(uv_fs_t *req) in OnFileClose() function in Hdc::HdcTransferBase
268 … uv_fs_close(thisClass->loopTask, &context->fsCloseReq, context->fsOpenReq.result, OnFileClose); in OnFileIO()