Searched refs:clientCwd (Results 1 – 10 of 10) sorted by relevance
| /developtools/profiler/host/smartperf/ide/src/hdc/message/ |
| D | TransferConfig.ts | 42 clientCwd: string, 57 this._clientCwd = clientCwd; 142 get clientCwd(): string { method in TransferConfig 146 set clientCwd(value: string) { method in TransferConfig
|
| /developtools/smartperf_host/ide/src/hdc/message/ |
| D | TransferConfig.ts | 42 clientCwd: string, 57 this._clientCwd = clientCwd; 142 get clientCwd(): string { method in TransferConfig 146 set clientCwd(value: string) { method in TransferConfig
|
| /developtools/smartperf_host/ide/test/hdc/message/ |
| D | TransferConfig.test.ts | 116 expect(transferConfig.clientCwd).toBeUndefined(); 120 transferConfig.clientCwd = true; 121 expect(transferConfig.clientCwd).toBeTruthy();
|
| /developtools/hdc/src/host/ |
| D | host_app.cpp | 42 context->transferConfig.clientCwd = argv[i + 1]; in BeginInstall() 52 ExtractRelativePath(context->transferConfig.clientCwd, path); in BeginInstall()
|
| /developtools/smartperf_host/ide/test/hdc/common/ |
| D | Serialize.test.ts | 51 clientCwd: 1,
|
| /developtools/hdc/src/common/ |
| D | file.cpp | 92 context->transferConfig.clientCwd = argv[i + 1]; in SetMasterParameters() 116 ExtractRelativePath(context->transferConfig.clientCwd, context->localPath); in SetMasterParameters() 274 childRet = SmartSlavePath(stat.clientCwd, ctxNow.localPath, stat.optionalName.c_str()); in SlaveCheck()
|
| D | transfer.h | 35 string clientCwd; member
|
| D | serial_struct.h | 50 … Field<field11, &Hdc::HdcTransferBase::TransferConfig::clientCwd>("clientCwd"),
|
| /developtools/profiler/host/smartperf/ide/src/hdc/common/ |
| D | Serialize.ts | 67 let clientCwdValue = this.serializeToString(11, transferConfig.clientCwd);
|
| /developtools/smartperf_host/ide/src/hdc/common/ |
| D | Serialize.ts | 67 let clientCwdValue = this.serializeToString(11, transferConfig.clientCwd);
|