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

/external/toybox/toys/other/
H A Dstat.c68 static void date_stat_format(struct timespec *ts) function
125 else if (type == 'x') date_stat_format(&stat->st_atim);
127 else if (type == 'y') date_stat_format(&stat->st_mtim);
129 else if (type == 'z') date_stat_format(&stat->st_ctim);

Completed in 78 milliseconds