Home
last modified time | relevance | path

Searched refs:totalLen (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
Dfile.c124 size_t totalLen = strlen(tmpBuf); in GetCanonicalPath() local
127 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()
/device/soc/hisilicon/common/platform/hieth-sf/include/internal/
Deth_mac.h94 uint32_t totalLen; member