Home
last modified time | relevance | path

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

/TwlSDK-5.4.5/build/libraries/fs/common/src/
Dfs_file.c400 BOOL FS_GetPathInfo(const char *path, FSPathInfo *info) in FS_GetPathInfo() argument
405 SDK_NULL_ASSERT(info); in FS_GetPathInfo()
420 arg->info = info; in FS_GetPathInfo()
437 BOOL FS_SetPathInfo(const char *path, const FSPathInfo *info) in FS_SetPathInfo() argument
442 SDK_NULL_ASSERT(info); in FS_SetPathInfo()
457 arg->info = (FSPathInfo*)info; //info->attributes��FATFS_PROPERTY_CTRL_MASK���Ƃ����� in FS_SetPathInfo()
641 FSPathInfo info[1]; in FSi_ComplementDirectory() local
644 exists = FS_GetPathInfo(tmppath, info); in FSi_ComplementDirectory()
657 if ((info->attributes & FS_ATTRIBUTE_IS_DIRECTORY) == 0) in FSi_ComplementDirectory()
848 FSDirectoryEntryInfo info[1]; in FS_DeleteDirectoryAuto() local
[all …]