/third_party/musl/src/stat/ |
D | fstatat.c | 61 .__st_atim32.tv_sec = stx.stx_atime.tv_sec, in fstatat_statx() 62 .__st_atim32.tv_nsec = stx.stx_atime.tv_nsec, in fstatat_statx() 122 .__st_atim32.tv_sec = kst.st_atime_sec, in fstatat_kstat() 123 .__st_atim32.tv_nsec = kst.st_atime_nsec, in fstatat_kstat()
|
/third_party/musl/arch/powerpc/bits/ |
D | stat.h | 19 } __st_atim32, __st_mtim32, __st_ctim32; member
|
/third_party/musl/arch/microblaze/bits/ |
D | stat.h | 20 } __st_atim32, __st_mtim32, __st_ctim32; member
|
/third_party/musl/arch/i386/bits/ |
D | stat.h | 20 } __st_atim32, __st_mtim32, __st_ctim32; member
|
/third_party/musl/arch/or1k/bits/ |
D | stat.h | 20 } __st_atim32, __st_mtim32, __st_ctim32; member
|
/third_party/musl/arch/m68k/bits/ |
D | stat.h | 20 } __st_atim32, __st_mtim32, __st_ctim32; member
|
/third_party/musl/arch/sh/bits/ |
D | stat.h | 20 } __st_atim32, __st_mtim32, __st_ctim32; member
|
/third_party/musl/arch/arm/bits/ |
D | stat.h | 20 } __st_atim32, __st_mtim32, __st_ctim32; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | stat.h | 20 } __st_atim32, __st_mtim32, __st_ctim32; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | stat.h | 20 } __st_atim32, __st_mtim32, __st_ctim32; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | stat.h | 20 } __st_atim32, __st_mtim32, __st_ctim32; member
|
/third_party/musl/arch/mipsn32/bits/ |
D | stat.h | 15 } __st_atim32, __st_mtim32, __st_ctim32; member
|
/third_party/musl/arch/mips/bits/ |
D | stat.h | 18 } __st_atim32, __st_mtim32, __st_ctim32; member
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | stat.h | 20 } __st_atim32, __st_mtim32, __st_ctim32; member
|
/third_party/NuttX/fs/tmpfs/ |
D | fs_tmpfs.c | 2463 buf->__st_atim32.tv_sec = (long)to->to_atime; in tmpfs_stat_common()
|
/third_party/NuttX/fs/nfs/ |
D | nfs_adapter.c | 920 buf->__st_atim32.tv_sec = (long)nfs_node->n_atime; in vfs_nfs_stat()
|