Home
last modified time | relevance | path

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

/kernel/liteos_a/syscall/
Dfs_syscall.c61 #define TIMESPEC_TIMES_NUM 2 macro
63 static int CheckNewAttrTime(struct IATTR *attr, struct timespec times[TIMESPEC_TIMES_NUM]) in CheckNewAttrTime() argument
2179 int SysUtimensat(int fd, const char *path, struct timespec times[TIMESPEC_TIMES_NUM], int flag) in SysUtimensat() argument
2186 timeLen = TIMESPEC_TIMES_NUM * sizeof(struct timespec); in SysUtimensat()