Home
last modified time | relevance | path

Searched refs:recvFullPath (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.c331 char *recvFullPath = (char *)SoftBusCalloc(destFullPathLength + 1); in GetFullRecvPath() local
332 if (recvFullPath == NULL) { 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()
344 SoftBusFree(recvFullPath); in GetFullRecvPath()
347 return recvFullPath; in GetFullRecvPath()