Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/fs/explorer/src/
Dmain.c104 p->longname_length = (u32)STD_GetStringLength(p->longname); in CommandLS()
309 … DEMODrawText(ox + 45, y, "%.*s%s", (p->longname_length <= omitmax) ? omitmax : (omitmax - 3), in NitroMain()
310 p->longname, (p->longname_length <= omitmax) ? "" : "..."); in NitroMain()
/TwlSDK-5.1.0/include/nitro/fs/
Dtypes.h239 u32 longname_length; member
258 u32 longname_length; member
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_proc_default.c866 info->longname_length = entry->name_len; in FSi_ROMFAT_ReadDirectory()
867 MI_CpuCopy8(entry->name, info->longname, info->longname_length); in FSi_ROMFAT_ReadDirectory()
868 info->longname[info->longname_length] = '\0'; in FSi_ROMFAT_ReadDirectory()
Dfs_archive_fatfs.c1501 infow->longname_length = (u32)n; in FSi_FATFS_ReadDirectory()
1526 infoa->longname_length = (u32)dstlen; in FSi_FATFS_ReadDirectory()
Dfs_file.c2254 entry->name_len = info->longname_length; in FSi_ConvertToDirEntry()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c722 info->longname_length = (u32)STD_GetStringLength(data->m_bufName); in DEMOi_HIO_ReadDirectory()