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

/haiku/src/build/libroot/
H A Dfs.cpp47 # define HAIKU_HOST_STAT_MTIM(x) ((x).st_mtimespec) macro
54 # define HAIKU_HOST_STAT_MTIM(x) ((x).st_mtimespec)
61 # define HAIKU_HOST_STAT_MTIM(x) ((x).st_mtim)
953 ? HAIKU_HOST_STAT_MTIM(*st) : HAIKU_HOST_STAT_MTIM(oldStat);
1282 = HAIKU_HOST_STAT_MTIM(stat).tv_sec = now.tv_sec;
1284 = HAIKU_HOST_STAT_MTIM(stat).tv_nsec = now.tv_usec * 1000;
1309 HAIKU_HOST_STAT_MTIM(stat) = times[1];

Completed in 36 milliseconds