Searched refs:rootDirLength (Results 1 – 1 of 1) sorted by relevance
322 int32_t rootDirLength = (int32_t)strlen(recvRootDir); in GetFullRecvPath() local326 ((rootDirLength > 0) && (recvRootDir[rootDirLength - 1] == PATH_SEPARATOR))) { in GetFullRecvPath()330 …(int32_t)((isNeedAddSep) ? (rootDirLength + sizeof('/') + filePathLength) : (rootDirLength + fileP… in GetFullRecvPath()