Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/fs/
Dtypes.h190 #define FS_FILE_STATUS_CANCEL 0x00000002UL macro
Dfile.h116 return ((file->stat & FS_FILE_STATUS_CANCEL) != 0); in FS_IsCanceling()
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_archive.c124 file->stat &= ~(FS_FILE_STATUS_CANCEL | FS_FILE_STATUS_BUSY | in FSi_EndCommand()
Dfs_file.c268 file->stat |= FS_FILE_STATUS_CANCEL; in FS_CancelFile()