Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/nitro/fs/
Dtypes.h236 char shortname[FS_ENTRY_SHORTNAME_MAX]; member
259 char shortname[FS_ENTRY_SHORTNAME_MAX]; member
/TwlSDK-5.4/build/libraries/dsp/common/include/
Ddsp_coff.h104 u8 shortname[8]; member
/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_archive_fatfs.c1533 infow->shortname_length = (u32)STD_GetStringLength(tmp->shortname); in FSi_FATFS_ReadDirectory()
1534 (void)STD_CopyLString(infow->shortname, tmp->shortname, sizeof(infow->shortname)); in FSi_FATFS_ReadDirectory()
1560 infoa->shortname_length = (u32)STD_GetStringLength(tmp->shortname); in FSi_FATFS_ReadDirectory()
1561 (void)STD_CopyLString(infoa->shortname, tmp->shortname, sizeof(infoa->shortname)); in FSi_FATFS_ReadDirectory()
/TwlSDK-5.4/include/twl/fatfs/common/
Dtypes.h171 char shortname[16]; member
572 char shortname[16]; member
/TwlSDK-5.4/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c725 info->shortname[0] = 0; in DEMOi_HIO_ReadDirectory()