Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dtransfer.h24 struct TransferConfig { struct
25 uint64_t fileSize;
26 uint64_t atime; // ns
27 uint64_t mtime; // ns
28 string options;
29 string path;
30 string optionalName;
31 bool updateIfNew;
32 uint8_t compressType;
33 bool holdTimestamp;
[all …]
/developtools/profiler/host/smartperf/ide/src/hdc/message/
DTransferConfig.ts16 export class TransferConfig extends Object{ class