Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/
DMakefile50 -mtime -`/bin/date +%j` \
56 -mtime -`/bin/date +%j` \
91 -mtime -`/bin/date +%j` \
/TwlSDK-5.1.0/include/nitro/fs/
Dtypes.h242 FSDateTime mtime; member
253 FSDateTime mtime; member
269 FSDateTime mtime; member
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_proc_default.c902 info->mtime.year = 0; in FSi_ROMFAT_ReadDirectory()
903 info->mtime.month = 0; in FSi_ROMFAT_ReadDirectory()
904 info->mtime.day = 0; in FSi_ROMFAT_ReadDirectory()
905 info->mtime.hour = 0; in FSi_ROMFAT_ReadDirectory()
906 info->mtime.minute = 0; in FSi_ROMFAT_ReadDirectory()
907 info->mtime.second = 0; in FSi_ROMFAT_ReadDirectory()
Dfs_archive_fatfs.c529 FSi_DostimeToFstime(&info->mtime, stat->dos_mtime); in FSi_FATFS_GetPathInfo()
565 FSi_FstimeToDostime(&stat->dos_mtime, &info->mtime); in FSi_FATFS_SetPathInfo()
569 if (((stat->attributes & FATFS_PROPERTY_CTRL_MASK) != 0) && !FSi_CheckFstime(&info->mtime)) in FSi_FATFS_SetPathInfo()
1510 FSi_DostimeToFstime(&infow->mtime, tmp->dos_mtime); in FSi_FATFS_ReadDirectory()
1535 FSi_DostimeToFstime(&infoa->mtime, tmp->dos_mtime); in FSi_FATFS_ReadDirectory()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c313 DEMOi_HIO_ConvertTime(&info->mtime, &stat->m_mtime); in DEMOi_HIO_GetPathInfo()