Searched refs:st_ctime (Results 1 - 20 of 20) sorted by last modified time

/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c304 oh->yst_ctime = s->st_ctime;
H A Dmkyaffsimage.c355 oh->yst_ctime = s->st_ctime;
/external/valgrind/main/coregrind/
H A Dm_libcfile.c267 (_p_vgstat)->ctime = (ULong)( (_p_vkistat)->st_ctime ); \
/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h323 unsigned long st_ctime; member in struct:vki_stat
H A Dvki-arm-linux.h323 unsigned long st_ctime; member in struct:vki_stat
357 unsigned long st_ctime; member in struct:vki_stat64
H A Dvki-darwin.h149 #define st_ctime st_ctimespec.tv_sec macro
H A Dvki-ppc32-linux.h405 unsigned long st_ctime; member in struct:vki_stat
428 long st_ctime; member in struct:vki_stat64
H A Dvki-ppc64-linux.h441 unsigned long st_ctime; member in struct:vki_stat
468 int st_ctime; /* Time of last status change. */ member in struct:vki_stat64
H A Dvki-s390x-linux.h394 unsigned long st_ctime; member in struct:vki_stat
422 unsigned long st_ctime; member in struct:vki_stat64
443 unsigned long st_ctime; member in struct:vki_stat
H A Dvki-x86-linux.h361 unsigned long st_ctime; member in struct:vki_stat
395 unsigned long st_ctime; member in struct:vki_stat64
/external/strace/
H A Dfile.c117 int st_ctime; member in struct:stat
135 long st_ctime; member in struct:stat_sparc64
194 # undef st_ctime macro
826 timestruct_t st_ctime; member in struct:solstat
870 tprintf("st_ctime=%s}", sprinttime(statbuf.st_ctime.tv_sec));
917 tprintf("st_ctime=%s", sprinttime(statbuf.st_ctime));
942 unsigned int st_ctime; member in struct:stat_powerpc32
983 tprintf("st_ctime
1170 unsigned int st_ctime; member in struct:stat64
[all...]
/external/oprofile/opjitconv/
H A Dopjitconv.c355 dmp_info.dmp_file_stat.st_ctime)
358 dumpfile_modtime = dmp_info.dmp_file_stat.st_ctime;
364 if (!(file_stat.st_ctime < dumpfile_modtime ||
/external/qemu/block/
H A Dvvfat.c744 direntry->ctime=fat_datetime(st.st_ctime,1);
745 direntry->cdate=fat_datetime(st.st_ctime,0);
/external/kernel-headers/original/asm-arm/
H A Dstat.h15 unsigned long st_ctime; member in struct:__old_kernel_stat
45 unsigned long st_ctime; member in struct:stat
81 unsigned long st_ctime; member in struct:stat64
/external/kernel-headers/original/asm-mips/
H A Dstat.h31 * Actually this should be timestruc_t st_atime, st_mtime and st_ctime
38 time_t st_ctime; member in struct:stat
69 * Actually this should be timestruc_t st_atime, st_mtime and st_ctime
78 time_t st_ctime; member in struct:stat64
79 unsigned long st_ctime_nsec; /* Reserved for st_ctime expansion */
110 * Actually this should be timestruc_t st_atime, st_mtime and st_ctime
119 unsigned int st_ctime; member in struct:stat
/external/kernel-headers/original/asm-x86/
H A Dstat.h22 unsigned long st_ctime; member in struct:stat
60 unsigned long st_ctime; member in struct:stat64
86 unsigned long st_ctime; member in struct:stat
105 unsigned long st_ctime; member in struct:__old_kernel_stat
110 unsigned int st_ctime; member in struct:__old_kernel_stat
/external/dbus/dbus/
H A Ddbus-sysdeps-util-unix.c553 statbuf->ctime = sb.st_ctime;
/external/chromium/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.cc339 *time = st.st_ctime;
/external/chromium/base/
H A Dfile_util_posix.cc127 // As POSIX doesn't have microsecond precision for |st_ctime|,
134 if (static_cast<time_t>(st.st_ctime) >= comparison_time.ToTimeT())
526 results->creation_time = base::Time::FromTimeT(file_info.st_ctime);
H A Dplatform_file_posix.cc195 info->creation_time = base::Time::FromTimeT(file_info.st_ctime);

Completed in 802 milliseconds