Home
last modified time | relevance | path

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

/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.h101 time_t to_atime; /* last access time */ member
Dfs_tmpfs.c2448 buf->st_atime = to->to_atime; in tmpfs_stat_common()
2453 buf->__st_atim32.tv_sec = (long)to->to_atime; in tmpfs_stat_common()