Home
last modified time | relevance | path

Searched defs:CtxFile (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc/src/common/
Dtransfer.h75 struct CtxFile { // The structure cannot be initialized by MEMSET, will rename to CtxTransfer struct
76 uint64_t fileSize;
77 uint64_t dirSize;
78 uint64_t indexIO; // Id or written IO bytes
79 uint32_t fileCnt; // add for directory mode
80 bool isDir; // add for directory mode
81 bool targetDirNotExist;
82 uint64_t transferBegin;
83 uint64_t transferDirBegin;
84 string localName;
[all …]