/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | stat.h | 24 unsigned long st_ctime; member 68 unsigned long st_ctime; member 100 __kernel_ulong_t st_ctime; member 128 unsigned long st_ctime; member 133 unsigned int st_ctime; member
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | stat.h | 15 unsigned long st_ctime; member 45 unsigned long st_ctime; member 81 unsigned long st_ctime; member
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | stat.h | 38 time_t st_ctime; member 78 time_t st_ctime; member 119 unsigned int st_ctime; member
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | stat.h | 40 long st_ctime; /* Time of last status change. */ member 65 int st_ctime; /* Time of last status change. */ member
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 14-1.c | 80 ctime1 = stat_buff.st_ctime; in main() 102 ctime2 = stat_buff.st_ctime; in main()
|
D | coverage.txt | 51 The file's st_ctime and st_mtime will not be updated as expected.
|
/external/ltp/testcases/kernel/fs/dmapi/ |
D | attr.c | 941 && (statfs1.st_ctime == statfs2.st_ctime)) { in main() 950 statfs1.st_ctime, in main() 951 statfs2.st_ctime); in main() 1016 && (statfs1.st_ctime != statfs2.st_ctime)) { in main() 1025 statfs1.st_ctime, in main() 1026 statfs2.st_ctime); in main() 1301 && (statfs1.st_ctime == statfs2.st_ctime)) { in main() 1310 statfs1.st_ctime, in main() 1311 statfs2.st_ctime); in main() 1372 && (statfs1.st_ctime != statfs2.st_ctime)) { in main() [all …]
|
/external/strace/mpers-mx32/ |
D | struct_stat.h | 20 uint64_t st_ctime; member
|
/external/strace/mpers-m32/ |
D | struct_stat.h | 19 uint32_t st_ctime; member
|
D | struct_stat64.h | 21 uint32_t st_ctime; member
|
/external/strace/linux/x86_64/ |
D | asm_stat.h | 32 kernel_ulong_t st_ctime; member
|
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-nsec-timestamps/ |
D | ext4_file_time.c | 53 t = st.st_ctime; in main()
|
/external/valgrind/include/vki/ |
D | vki-s390x-linux.h | 418 unsigned long st_ctime; member 446 unsigned long st_ctime; member 467 unsigned long st_ctime; member
|
D | vki-ppc64-linux.h | 463 unsigned long st_ctime; member 490 int st_ctime; /* Time of last status change. */ member
|
D | vki-ppc32-linux.h | 430 unsigned long st_ctime; member 453 long st_ctime; member
|
D | vki-x86-linux.h | 381 unsigned long st_ctime; member 415 unsigned long st_ctime; member
|
D | vki-arm-linux.h | 343 unsigned long st_ctime; member 377 unsigned long st_ctime; member
|
D | vki-mips64-linux.h | 429 unsigned int st_ctime; member 465 unsigned long st_ctime; member
|
/external/strace/ |
D | oldstat.c | 56 .ctime = sign_extend_unsigned_to_ll(buf.st_ctime), in print_old_kernel_stat()
|
D | fetch_struct_stat64.c | 93 dst->ctime = sign_extend_unsigned_to_ll(buf.st_ctime); in MPERS_PRINTER_DECL()
|
D | fetch_struct_stat.c | 95 dst->ctime = sign_extend_unsigned_to_ll(buf.st_ctime); in MPERS_PRINTER_DECL()
|
/external/python/cpython2/Lib/ |
D | genericpath.py | 72 return os.stat(filename).st_ctime
|
/external/toybox/toys/pending/ |
D | mke2fs.c | 397 in->ctime = SWAP_LE32(that->st.st_ctime); in fill_inode() 446 dti->st.st_ctime = dti->st.st_mtime = time(NULL); in mke2fs_main() 455 dtb->st.st_ctime = dtb->st.st_mtime = time(NULL); in mke2fs_main()
|
/external/libcups/cups/ |
D | dir.c | 187 dp->entry.fileinfo.st_ctime = _cups_dir_time(entry.ftCreationTime); in cupsDirRead()
|
/external/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat01.c | 274 printf("Last status change: %s", ctime(&sb.st_ctime)); in main()
|