Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/fs/
Dtypes.h236 char shortname[FS_ENTRY_SHORTNAME_MAX]; member
259 char shortname[FS_ENTRY_SHORTNAME_MAX]; member
/TwlSDK-5.1.0/build/libraries/dsp/common/include/
Ddsp_coff.h104 u8 shortname[8]; member
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_archive_fatfs.c1492 infow->shortname_length = (u32)STD_GetStringLength(tmp->shortname); in FSi_FATFS_ReadDirectory()
1493 (void)STD_CopyLString(infow->shortname, tmp->shortname, sizeof(infow->shortname)); in FSi_FATFS_ReadDirectory()
1519 infoa->shortname_length = (u32)STD_GetStringLength(tmp->shortname); in FSi_FATFS_ReadDirectory()
1520 (void)STD_CopyLString(infoa->shortname, tmp->shortname, sizeof(infoa->shortname)); in FSi_FATFS_ReadDirectory()
/TwlSDK-5.1.0/include/twl/fatfs/common/
Dtypes.h167 char shortname[16]; member
556 char shortname[16]; member
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c721 info->shortname[0] = 0; in DEMOi_HIO_ReadDirectory()