Home
last modified time | relevance | path

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

/kernel/liteos_a/syscall/
Dfs_syscall.c2182 int timeLen; in SysUtimensat() local
2186 timeLen = TIMESPEC_TIMES_NUM * sizeof(struct timespec); in SysUtimensat()
2187 CHECK_ASPACE(times, timeLen); in SysUtimensat()
2188 DUP_FROM_USER(times, timeLen); in SysUtimensat()