Searched refs:totalLen (Results 1 – 2 of 2) sorted by relevance
124 size_t totalLen = strlen(tmpBuf); in GetCanonicalPath() local127 if (totalLen > 1 && tmpBuf[totalLen - 1] == '/') { in GetCanonicalPath()128 tmpBuf[--totalLen] = 0; in GetCanonicalPath()133 return totalLen; in GetCanonicalPath()136 if (EOK != memcpy_s(buf, bufSize, tmpBuf, (totalLen + 1 > bufSize) ? bufSize : totalLen + 1)) { in GetCanonicalPath()143 return totalLen; in GetCanonicalPath()
94 uint32_t totalLen; member