Home
last modified time | relevance | path

Searched refs:OnFileOpen (Results 1 – 6 of 6) sorted by relevance

/developtools/hdc/src/common/
Dfile.cpp56 …oopTask, &context->fsOpenReq, context->localPath.c_str(), O_RDONLY, S_IWUSR | S_IRUSR, OnFileOpen); in BeginTransfer()
286 S_IWUSR | S_IRUSR | S_IRGRP | S_IROTH, OnFileOpen); in SlaveCheck()
303 …oopTask, &context->fsOpenReq, context->localPath.c_str(), O_RDONLY, S_IWUSR | S_IRUSR, OnFileOpen); in TransferNext()
Dtransfer.h100 static void OnFileOpen(uv_fs_t *req);
Dtransfer.cpp279 void HdcTransferBase::OnFileOpen(uv_fs_t *req) in OnFileOpen() function in Hdc::HdcTransferBase
/developtools/hdc/src/host/
Dhost_app.cpp94 uv_fs_open(loopTask, &context->fsOpenReq, context->localPath.c_str(), O_RDONLY, 0, OnFileOpen); in RunQueue()
Dhost_updater.cpp83 uv_fs_open(loopTask, &context.fsOpenReq, context.localPath.c_str(), O_RDONLY, 0, OnFileOpen); in RunQueue()
/developtools/hdc/src/daemon/
Ddaemon_app.cpp75 OnFileOpen); in CommandDispatch()