Searched defs:ctime (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_libcfile.h67 ULong ctime; member in struct:vg_stat
/external/chromium/chrome/browser/chromeos/
H A Dversion_loader.cc168 base::Time::Exploded ctime; local
169 fileinfo.creation_time.UTCExplode(&ctime);
171 ctime.year % 100,
172 ctime.month,
173 ctime.day_of_month);
/external/dbus/dbus/
H A Ddbus-sysdeps.h390 unsigned long ctime; /**< Creation time */ member in struct:__anon5047
/external/kernel-headers/original/linux/raid/
H A Dmd_u.h62 int ctime; member in struct:mdu_array_info_s
H A Dmd_k.h130 time_t ctime, utime; member in struct:mddev_s
H A Dmd_p.h127 __u32 ctime; /* 6 Creation time */ member in struct:mdp_superblock_s
217 __u64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/ member in struct:mdp_superblock_1
/external/kernel-headers/original/linux/
H A Dstat.h70 struct timespec ctime; member in struct:kstat
H A Dmsdos_fs.h165 __le16 ctime; /* Creation time */ member in struct:msdos_dir_entry
H A Dnfs_xdr.h34 struct timespec pre_ctime; /* pre_op_attr.ctime */
55 struct timespec ctime; member in struct:nfs_fattr
/external/openssl/crypto/krb5/
H A Dkrb5_asn.h200 ** ctime[5] KerberosTime,
213 ASN1_GENERALIZEDTIME *ctime; member in struct:krb5_authenticator_st
/external/openssl/include/openssl/
H A Dkrb5_asn.h200 ** ctime[5] KerberosTime,
213 ASN1_GENERALIZEDTIME *ctime; member in struct:krb5_authenticator_st
/external/icu4c/tools/tzcode/
H A Dlocaltime.c214 ** ctime, gmtime, localtime] return values in one of two static
1565 ctime(timep) function
1570 ** The ctime function converts the calendar time pointed to by timer
/external/genext2fs/
H A Dgenext2fs.c1377 mknod_fs(filesystem *fs, uint32 parent_nod, const char *name, uint16 mode, uint16 uid, uint16 gid, uint8 major, uint8 minor, uint32 ctime, uint32 mtime) argument
1406 node->i_ctime = ctime;
1414 uid_t uid, gid_t gid, uint32 ctime, uint32 mtime)
1416 return mknod_fs(fs, parent_nod, name, mode|FM_IFDIR, uid, gid, 0, 0, ctime, mtime);
1421 mklink_fs(filesystem *fs, uint32 parent_nod, const char *name, size_t size, uint8 *b, uid_t uid, gid_t gid, uint32 ctime, uint32 mtime) argument
1423 uint32 nod = mknod_fs(fs, parent_nod, name, FM_IFLNK | FM_IRWXU | FM_IRWXG | FM_IRWXO, uid, gid, 0, 0, ctime, mtime);
1437 mkfile_fs(filesystem *fs, uint32 parent_nod, const char *name, uint32 mode, size_t size, FILE *f, uid_t uid, gid_t gid, uint32 ctime, uint32 mtime) argument
1440 uint32 nod = mknod_fs(fs, parent_nod, name, mode|FM_IFREG, uid, gid, 0, 0, ctime, mtime);
1511 uint32 nod, ctime, mtime; local
1518 ctime
1413 mkdir_fs(filesystem *fs, uint32 parent_nod, const char *name, uint32 mode, uid_t uid, gid_t gid, uint32 ctime, uint32 mtime) argument
1657 uint32 uid, gid, mode, ctime, mtime; local
[all...]
/external/qemu/block/
H A Dvvfat.c271 uint16_t ctime; member in struct:direntry_t
744 direntry->ctime=fat_datetime(st.st_ctime,1);
/external/e2fsprogs/lib/blkid/
H A Dprobe.h322 __u32 ctime; member in struct:mdp_superblock_s

Completed in 2210 milliseconds