/external/kernel-headers/original/asm-x86/ |
D | stat.h | 22 unsigned long st_ctime; member 60 unsigned long st_ctime; member 86 unsigned long st_ctime; member 105 unsigned long st_ctime; member 110 unsigned int st_ctime; member
|
/external/kernel-headers/original/asm-arm/ |
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/asm-mips/ |
D | stat.h | 38 time_t st_ctime; member 78 time_t st_ctime; member 119 unsigned int st_ctime; member
|
/external/valgrind/main/include/vki/ |
D | vki-s390x-linux.h | 394 unsigned long st_ctime; member 422 unsigned long st_ctime; member 443 unsigned long st_ctime; member
|
D | vki-ppc32-linux.h | 405 unsigned long st_ctime; member 428 long st_ctime; member
|
D | vki-x86-linux.h | 361 unsigned long st_ctime; member 395 unsigned long st_ctime; member
|
D | vki-arm-linux.h | 323 unsigned long st_ctime; member 357 unsigned long st_ctime; member
|
D | vki-ppc64-linux.h | 441 unsigned long st_ctime; member 468 int st_ctime; /* Time of last status change. */ member
|
D | vki-amd64-linux.h | 323 unsigned long st_ctime; member
|
D | vki-darwin.h | 149 #define st_ctime st_ctimespec.tv_sec macro
|
/external/strace/ |
D | file.c | 117 int st_ctime; member 135 long st_ctime; member 194 # undef st_ctime 826 timestruct_t st_ctime; member 870 tprintf("st_ctime=%s}", sprinttime(statbuf.st_ctime.tv_sec)); in printstatsol() 917 tprintf("st_ctime=%s", sprinttime(statbuf.st_ctime)); in printstat_sparc64() 942 unsigned int st_ctime; member 983 tprintf("st_ctime=%s", sprinttime(statbuf.st_ctime)); in printstat_powerpc32() 1078 tprintf("st_ctime=%s", sprinttime(statbuf->st_ctime)); in realprintstat() 1170 unsigned int st_ctime; member [all …]
|
/external/oprofile/opjitconv/ |
D | opjitconv.c | 355 dmp_info.dmp_file_stat.st_ctime) in process_jit_dumpfile() 358 dumpfile_modtime = dmp_info.dmp_file_stat.st_ctime; in process_jit_dumpfile() 364 if (!(file_stat.st_ctime < dumpfile_modtime || in process_jit_dumpfile()
|
/external/chromium/base/ |
D | platform_file_posix.cc | 195 info->creation_time = base::Time::FromTimeT(file_info.st_ctime); in GetPlatformFileInfo()
|
D | file_util_posix.cc | 134 if (static_cast<time_t>(st.st_ctime) >= comparison_time.ToTimeT()) in CountFilesCreatedAfter() 526 results->creation_time = base::Time::FromTimeT(file_info.st_ctime); in GetFileInfo()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | unixfilesystem.cc | 339 *time = st.st_ctime; in GetFileTime()
|
/external/yaffs2/yaffs2/utils/ |
D | mkyaffsimage.c | 355 oh->yst_ctime = s->st_ctime; in write_object_header()
|
D | mkyaffs2image.c | 304 oh->yst_ctime = s->st_ctime; in write_object_header()
|
/external/dbus/dbus/ |
D | dbus-sysdeps-util-unix.c | 553 statbuf->ctime = sb.st_ctime; in _dbus_stat()
|
/external/valgrind/main/docs/internals/ |
D | porting-to-ARM.txt | 546 unsigned long st_ctime; 579 unsigned long st_ctime;
|
/external/valgrind/main/coregrind/ |
D | m_libcfile.c | 267 (_p_vgstat)->ctime = (ULong)( (_p_vkistat)->st_ctime ); \
|
/external/qemu/block/ |
D | vvfat.c | 744 direntry->ctime=fat_datetime(st.st_ctime,1); in read_directory() 745 direntry->cdate=fat_datetime(st.st_ctime,0); in read_directory()
|