Searched refs:hfs_time (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A DMacOSStubs.c107 time_t to_bsd_time(u_int32_t hfs_time) argument
109 u_int32_t gmt = hfs_time;
125 u_int32_t hfs_time = (u_int32_t)bsd_time; local
128 if (hfs_time != 0)
129 hfs_time += MAC_GMT_FACTOR;
131 return (hfs_time);
H A Dhfs.h639 time_t to_bsd_time(u_int32_t hfs_time);

Completed in 21 milliseconds