Searched refs:attributeModDate (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h394 u_int32_t attributeModDate; /* date and time of last attribute modification */ member in struct:HFSPlusCatalogFolder
437 u_int32_t attributeModDate; /* date and time of last attribute modification */ member in struct:HFSPlusCatalogFile
H A Dhfs_endian.c603 srcRec->attributeModDate = SWAP_BE32 (srcRec->attributeModDate);
639 srcRec->attributeModDate = SWAP_BE32 (srcRec->attributeModDate);
H A Dhfs_catalog.c1871 dir->attributeModDate = to_hfs_time(attrp->ca_ctime);
1934 file->attributeModDate = to_hfs_time(attrp->ca_ctime);
4202 crp->hfsPlusFolder.attributeModDate = createtime;
4219 crp->hfsPlusFile.attributeModDate = createtime;
4335 attrp->ca_ctime = to_bsd_time(crp->attributeModDate);
4544 crp->attributeModDate = crp->contentModDate;
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A Dhfs_endian.c616 srcRec->attributeModDate = SWAP_BE32 (srcRec->attributeModDate);
650 srcRec->attributeModDate = SWAP_BE32 (srcRec->attributeModDate);
H A DSRepair.c6078 theRecPtr->hfsPlusFolder.attributeModDate = createTime;
6189 catRecord->hfsPlusFile.attributeModDate = createTime;

Completed in 273 milliseconds