/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | stat.h | 38 long st_mtime_nsec; member 77 unsigned long st_mtime_nsec; /* Reserved for st_mtime expansion */ member 118 unsigned int st_mtime_nsec; member
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | stat.h | 24 unsigned long st_mtime_nsec; member 67 unsigned int st_mtime_nsec; member 100 __kernel_ulong_t st_mtime_nsec; member
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | stat.h | 40 unsigned long st_mtime_nsec; member 65 unsigned int st_mtime_nsec; member
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | stat.h | 45 unsigned long st_mtime_nsec; member 80 unsigned long st_mtime_nsec; member
|
/external/strace/linux/x86_64/ |
D | asm_stat.h | 31 kernel_ulong_t st_mtime_nsec; member
|
/external/strace/ |
D | fetch_struct_stat64.c | 97 dst->mtime_nsec = TIME_NSEC(buf.st_mtime_nsec); in MPERS_PRINTER_DECL()
|
D | fetch_struct_stat.c | 99 dst->mtime_nsec = TIME_NSEC(buf.st_mtime_nsec); in MPERS_PRINTER_DECL()
|
D | config.h.in | 893 /* Define to 1 if 'st_mtime_nsec' is a member of m32 'struct stat64'. */ 896 /* Define to 1 if 'st_mtime_nsec' is a member of m32 'struct stat'. */ 914 /* Define to 1 if 'st_mtime_nsec' is a member of mx32 'struct stat64'. */ 917 /* Define to 1 if 'st_mtime_nsec' is a member of mx32 'struct stat'. */ 1321 /* Define to 1 if `st_mtime_nsec' is a member of `struct stat64'. */ 1354 /* Define to 1 if `st_mtime_nsec' is a member of `struct stat'. */
|
D | configure.ac | 311 AC_CHECK_MEMBERS([struct stat.st_mtime_nsec, struct stat64.st_mtime_nsec],,,
|
D | configure | 10092 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime_nsec" "ac_cv_member_struct_stat_st_mtime_nse… 10103 ac_fn_c_check_member "$LINENO" "struct stat64" "st_mtime_nsec" "ac_cv_member_struct_stat64_st_mtime…
|
D | ChangeLog | 25876 tests: use correct m32/mx32 st_mtime_nsec checks in tests/xstatx.c. 26036 * configure.ac (AC_CHECK_MEMBERS): Add struct stat64.st_mtime_nsec. 26113 Assume that the check for struct stat.st_mtime_nsec is enough. 26374 definition of struct stat that has no st_atime_nsec, st_mtime_nsec, and 36974 stat.st_atime_csec, and stat.st_mtime_nsec. 36979 and st_mtime_nsec members. 36981 st_ctime_nsec, and st_mtime_nsec via st_atim.tv_nsec, st_ctim.tv_nsec, 36983 (main): Print st_atime_nsec, st_ctime_nsec, and st_mtime_nsec members.
|
/external/u-boot/include/linux/ |
D | stat.h | 145 unsigned long st_mtime_nsec; member
|
/external/python/cpython3/Include/ |
D | fileutils.h | 89 int st_mtime_nsec; member
|
/external/strace/m4/ |
D | mpers.m4 | 71 AC_CHECK_MEMBER([struct stat$1.st_mtime_nsec],
|
/external/libchrome/base/files/ |
D | file_posix.cc | 128 int64_t last_modified_nsec = stat_info.st_mtime_nsec; in FromStat()
|
/external/python/cpython3/Python/ |
D | fileutils.c | 785 FILE_TIME_to_time_t_nsec(&info->ftLastWriteTime, &result->st_mtime, &result->st_mtime_nsec); in _Py_attribute_data_to_stat()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cc | 218 out->st_mtime = in->st_mtime_nsec; in kernel_stat_to_stat()
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 1053 int st_mtime_nsec; member 1108 FILE_TIME_to_time_t_nsec(&info->ftLastWriteTime, &result->st_mtime, &result->st_mtime_nsec); in attribute_data_to_stat() 1270 FILE_TIME_to_time_t_nsec(&info.ftLastWriteTime, &result->st_mtime, &result->st_mtime_nsec); in win32_fstat() 1520 mnsec = st->st_mtime_nsec; in _pystat_fromstructstat()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 2044 mnsec = st->st_mtime_nsec; in _pystat_fromstructstat()
|