Home
last modified time | relevance | path

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

/tools/include/nolibc/
Dtypes.h128 time_t st_atime; /* time of last access */ member
Darch-arm.h49 unsigned long st_atime; member
Darch-i386.h38 unsigned long st_atime; member
Darch-mips.h38 long st_atime; member
Darch-aarch64.h40 long st_atime; member
Darch-x86_64.h39 unsigned long st_atime; member
Darch-riscv.h35 long st_atime; /* Time of last access. */ member
Dnolibc.h439 buf->st_atime = stat.st_atime; in sys_stat()
/tools/vm/
Dpage-types.c945 strftime(atime, sizeof(atime), "%c", localtime(&st->st_atime)); in show_file()
950 atime, now - st->st_atime); in show_file()
/tools/testing/selftests/filesystems/fuse/
Dbpf_loader.c437 fuse_attr_out->atime = st.st_atime; in s_fuse_attr()