Home
last modified time | relevance | path

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

/TwlSDK-5.4/
DMakefile50 -mtime -`/bin/date +%j` \
56 -mtime -`/bin/date +%j` \
91 -mtime -`/bin/date +%j` \
/TwlSDK-5.4/include/nitro/fs/
Dtypes.h242 FSDateTime mtime; member
253 FSDateTime mtime; member
269 FSDateTime mtime; member
/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_proc_default.c887 info->mtime.year = 0; in FSi_ROMFAT_ReadDirectory()
888 info->mtime.month = 0; in FSi_ROMFAT_ReadDirectory()
889 info->mtime.day = 0; in FSi_ROMFAT_ReadDirectory()
890 info->mtime.hour = 0; in FSi_ROMFAT_ReadDirectory()
891 info->mtime.minute = 0; in FSi_ROMFAT_ReadDirectory()
892 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()
1551 FSi_DostimeToFstime(&infow->mtime, tmp->dos_mtime); in FSi_FATFS_ReadDirectory()
1576 FSi_DostimeToFstime(&infoa->mtime, tmp->dos_mtime); in FSi_FATFS_ReadDirectory()
/TwlSDK-5.4/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c317 DEMOi_HIO_ConvertTime(&info->mtime, &stat->m_mtime); in DEMOi_HIO_GetPathInfo()