Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/include/nitro/fs/
Dtypes.h53 FS_RESULT_NO_ENTRY, enumerator
/TwlSDK-5.3.1/build/libraries/fs/common/src/
Dfs_proc_default.c304 return FS_RESULT_NO_ENTRY; in FSi_FindPathDefault()
317 return FS_RESULT_NO_ENTRY; in FSi_FindPathDefault()
334 return FS_RESULT_NO_ENTRY; in FSi_FindPathDefault()
349 return FS_RESULT_NO_ENTRY; in FSi_FindPathDefault()
424 result = FS_RESULT_NO_ENTRY; in FSi_GetPathDefault()
573 result = FS_RESULT_NO_ENTRY; in FSi_OpenFileFastDefault()
Dfs_archive_fatfs.c439 return FS_RESULT_NO_ENTRY; in FSi_ConvertError()
/TwlSDK-5.3.1/build/demos/fs/explorer/src/
Dmain.c217 if (result == FS_RESULT_NO_ENTRY) in NitroMain()