Home
last modified time | relevance | path

Searched refs:st_ctime (Results 1 – 21 of 21) sorted by relevance

/external/kernel-headers/original/asm-x86/
Dstat.h22 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/
Dstat.h15 unsigned long st_ctime; member
45 unsigned long st_ctime; member
81 unsigned long st_ctime; member
/external/kernel-headers/original/asm-mips/
Dstat.h38 time_t st_ctime; member
78 time_t st_ctime; member
119 unsigned int st_ctime; member
/external/valgrind/main/include/vki/
Dvki-s390x-linux.h394 unsigned long st_ctime; member
422 unsigned long st_ctime; member
443 unsigned long st_ctime; member
Dvki-ppc32-linux.h405 unsigned long st_ctime; member
428 long st_ctime; member
Dvki-x86-linux.h361 unsigned long st_ctime; member
395 unsigned long st_ctime; member
Dvki-arm-linux.h323 unsigned long st_ctime; member
357 unsigned long st_ctime; member
Dvki-ppc64-linux.h441 unsigned long st_ctime; member
468 int st_ctime; /* Time of last status change. */ member
Dvki-amd64-linux.h323 unsigned long st_ctime; member
Dvki-darwin.h149 #define st_ctime st_ctimespec.tv_sec macro
/external/strace/
Dfile.c117 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/
Dopjitconv.c355 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/
Dplatform_file_posix.cc195 info->creation_time = base::Time::FromTimeT(file_info.st_ctime); in GetPlatformFileInfo()
Dfile_util_posix.cc134 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/
Dunixfilesystem.cc339 *time = st.st_ctime; in GetFileTime()
/external/yaffs2/yaffs2/utils/
Dmkyaffsimage.c355 oh->yst_ctime = s->st_ctime; in write_object_header()
Dmkyaffs2image.c304 oh->yst_ctime = s->st_ctime; in write_object_header()
/external/dbus/dbus/
Ddbus-sysdeps-util-unix.c553 statbuf->ctime = sb.st_ctime; in _dbus_stat()
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt546 unsigned long st_ctime;
579 unsigned long st_ctime;
/external/valgrind/main/coregrind/
Dm_libcfile.c267 (_p_vgstat)->ctime = (ULong)( (_p_vkistat)->st_ctime ); \
/external/qemu/block/
Dvvfat.c744 direntry->ctime=fat_datetime(st.st_ctime,1); in read_directory()
745 direntry->cdate=fat_datetime(st.st_ctime,0); in read_directory()