Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_helper.c329 int32_t destFullPathLength = in GetFullRecvPath() local
331 char *recvFullPath = (char *)SoftBusCalloc(destFullPathLength + 1); in GetFullRecvPath()
338 ret = sprintf_s(recvFullPath, destFullPathLength + 1, "%s/%s", recvRootDir, filePath); in GetFullRecvPath()
340 ret = sprintf_s(recvFullPath, destFullPathLength + 1, "%s%s", recvRootDir, filePath); in GetFullRecvPath()