Searched refs:to_hfs_time (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A DMacOSStubs.c120 * to_hfs_time - convert from BSD time (seconds since 1/1/1970)
123 u_int32_t to_hfs_time(time_t bsd_time) function
H A Dhfs_catalog.c1574 dir->createDate = UTCToLocal(to_hfs_time(attrp->ca_itime));
1575 dir->modifyDate = UTCToLocal(to_hfs_time(attrp->ca_mtime));
1576 dir->backupDate = UTCToLocal(to_hfs_time(attrp->ca_btime));
1589 file->createDate = UTCToLocal(to_hfs_time(attrp->ca_itime));
1590 file->modifyDate = UTCToLocal(to_hfs_time(attrp->ca_mtime));
1591 file->backupDate = UTCToLocal(to_hfs_time(attrp->ca_btime));
1635 dir->createDate = to_hfs_time(attrp->ca_itime);
1636 dir->contentModDate = to_hfs_time(attrp->ca_mtime);
1637 dir->backupDate = to_hfs_time(attrp->ca_btime);
1638 dir->accessDate = to_hfs_time(attr
[all...]
H A Dhfs.h641 u_int32_t to_hfs_time(time_t bsd_time);
H A Dhfs_vfsops.c3571 mdb->drCrDate = SWAP_BE32 (UTCToLocal(to_hfs_time(vcb->hfs_itime)));
3572 mdb->drLsMod = SWAP_BE32 (UTCToLocal(to_hfs_time(vcb->vcbLsMod)));
3586 mdb->drVolBkUp = SWAP_BE32 (UTCToLocal(to_hfs_time(vcb->vcbVolBkUp)));
3796 volumeHeader->modifyDate = SWAP_BE32 (to_hfs_time(vcb->vcbLsMod));
3797 volumeHeader->backupDate = SWAP_BE32 (to_hfs_time(vcb->vcbVolBkUp));

Completed in 92 milliseconds