Home
last modified time | relevance | path

Searched refs:totalLen (Results 1 - 8 of 8) sorted by relevance

/kernel/liteos_m/components/fs/vfs/
H A Dvfs_fs.c185 size_t totalLen = strlen(tmpBuf); in GetCanonicalPath() local
187 if (totalLen > 1 && tmpBuf[totalLen - 1] == '/') { in GetCanonicalPath()
188 tmpBuf[--totalLen] = 0; in GetCanonicalPath()
193 return totalLen; in GetCanonicalPath()
196 if (EOK != memcpy_s(buf, bufSize, tmpBuf, (((totalLen + 1) > bufSize) ? bufSize : (totalLen + 1)))) { in GetCanonicalPath()
203 return totalLen; in GetCanonicalPath()
1156 size_t totalLen; in readv() local
1172 totalLen in readv()
1213 size_t totalLen; writev() local
[all...]
/kernel/uniproton/src/fs/vfs/
H A Dvfs_fs.c795 size_t totalLen; in OsVfsReadv() local
811 totalLen = bufLen * sizeof(char); in OsVfsReadv()
812 buf = (char *)malloc(totalLen); in OsVfsReadv()
818 if ((size_t)totalBytesRead < totalLen) { in OsVfsReadv()
819 totalLen = (size_t)totalBytesRead; in OsVfsReadv()
826 size_t lenToRead = totalLen < bytesToRead ? totalLen : bytesToRead; in OsVfsReadv()
832 if (totalLen < (size_t)bytesToRead) { in OsVfsReadv()
836 totalLen -= bytesToRead; in OsVfsReadv()
852 size_t totalLen; in OsVfsWritev() local
[all...]
/kernel/liteos_a/drivers/char/trace/src/
H A Dtrace.c81 realLen = buflen < records->totalLen ? buflen : records->totalLen; in TraceRead()
/kernel/liteos_m/components/exchook/
H A Dlos_exc_info.h97 UINT32 totalLen; member
/kernel/liteos_a/kernel/extended/trace/
H A Dtrace_offline.c70 g_traceRecoder.head->totalLen = size; in OsTraceBufInit()
/kernel/liteos_m/components/trace/
H A Dtrace_offline.c72 g_traceRecoder.head->totalLen = size; in OsTraceBufInit()
H A Dlos_trace.h266 UINT16 totalLen; /**< trace data's total length */ member
/kernel/liteos_a/kernel/include/
H A Dlos_trace.h293 UINT16 totalLen; /**< trace data's total length */ member

Completed in 7 milliseconds