Searched refs:clientCwd (Results 1 - 6 of 6) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | serial_struct.cpp | 77 .clientCwd = string(value.clientCwd), in SerializeTransferConfig() 198 .clientCwd = StringToHeapPtr(tc.clientCwd), in ParseTransferConfig()
|
H A D | serial_struct.h | 67 string clientCwd; member 118 const char* clientCwd; member 192 Field<field11, &BaseStruct::TransferConfig::clientCwd>("clientCwd"), in type()
|
/developtools/hdc/src/host/ |
H A D | host_app.cpp | 65 context->transferConfig.clientCwd = argv[i + 1]; in BeginInstall() 75 ExtractRelativePath(context->transferConfig.clientCwd, path); in BeginInstall()
|
/developtools/hdc/src/common/ |
H A D | file.cpp | 101 context->transferConfig.clientCwd = argv[i + 1]; in SetMasterParameters() 125 ExtractRelativePath(context->transferConfig.clientCwd, context->localPath); in SetMasterParameters() 280 childRet = SmartSlavePath(stat.clientCwd, ctxNow.localPath, stat.optionalName.c_str()); in SlaveCheck()
|
H A D | transfer.h | 35 string clientCwd; member
|
H A D | serial_struct.h | 50 Field<field11, &Hdc::HdcTransferBase::TransferConfig::clientCwd>("clientCwd"), in type()
|
Completed in 4 milliseconds