Searched refs:recvFullPath (Results 1 – 1 of 1) sorted by relevance
331 char *recvFullPath = (char *)SoftBusCalloc(destFullPathLength + 1); in GetFullRecvPath() local332 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()