Searched refs:filePathLength (Results 1 – 1 of 1) sorted by relevance
323 int32_t filePathLength = (int32_t)strlen(filePath); in GetFullRecvPath() local325 if (((filePathLength > 0) && (filePath[0] == PATH_SEPARATOR)) || in GetFullRecvPath()330 …_t)((isNeedAddSep) ? (rootDirLength + sizeof('/') + filePathLength) : (rootDirLength + filePathLen… in GetFullRecvPath()