HomeSort by relevance Sort by last modified time
    Searched full:date_stat_format (Results 1 - 1 of 1) sorted by null

  /external/toybox/toys/other/
stat.c 54 static void date_stat_format(struct timespec *ts) function
104 else if (type == 'x') date_stat_format((void *)&stat->st_atime);
106 else if (type == 'y') date_stat_format((void *)&stat->st_mtime);
108 else if (type == 'z') date_stat_format((void *)&stat->st_ctime);

Completed in 504 milliseconds