Searched refs:destFullPathLength (Results 1 – 1 of 1) sorted by relevance
329 int32_t destFullPathLength = in GetFullRecvPath() local331 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()