Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c3742 DWORD cl, bcs, clst, tm; local
3809 tm = GET_FATTIME(); /* Set created time */
3810 st_dword(dj.dir + DIR_CrtTime, tm);
3811 st_dword(dj.dir + DIR_ModTime, tm);
4156 DWORD tm; local
4170 tm = GET_FATTIME(); /* Modified time */
4189 st_dword(fs->dirbuf + XDIR_ModTime, tm); /* Update modified time */
4209 st_dword(dir + DIR_ModTime, tm); /* Update modified time */
5079 DWORD dcl, pcl, tm; local
5099 tm = GET_FATTIME();
[all …]