Home
last modified time | relevance | path

Searched refs:tm (Results 1 – 1 of 1) sorted by relevance

/fatfs-2.7.6/
Dff.c3663 DWORD cl, bcs, clst, tm; local
3730 tm = GET_FATTIME(); /* Set created time */
3731 st_dword(dj.dir + DIR_CrtTime, tm);
3732 st_dword(dj.dir + DIR_ModTime, tm);
4077 DWORD tm; local
4091 tm = GET_FATTIME(); /* Modified time */
4110 st_dword(fs->dirbuf + XDIR_ModTime, tm); /* Update modified time */
4130 st_dword(dir + DIR_ModTime, tm); /* Update modified time */
4994 DWORD dcl, pcl, tm; local
5014 tm = GET_FATTIME();
[all …]