Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/
Dfs.h320 #define FS_STATUS_ERROR_BASE (0) macro
322 #define FS_STATUS_CANCELED (FS_STATUS_ERROR_BASE-1) /* Command cancelled */
323 #define FS_STATUS_END (FS_STATUS_ERROR_BASE-2) /* Indicates end of file / dire…
324 #define FS_STATUS_MAX (FS_STATUS_ERROR_BASE-3) /* Reached to max number of fil…
325 #define FS_STATUS_ALREADY_OPEN (FS_STATUS_ERROR_BASE-4) /* Target is already opened or …
326 #define FS_STATUS_EXISTS (FS_STATUS_ERROR_BASE-5) /* Target path already exists o…
327 #define FS_STATUS_NOT_FOUND (FS_STATUS_ERROR_BASE-6) /* Target path is not found */
328 #define FS_STATUS_NOT_FILE (FS_STATUS_ERROR_BASE-7) /* Specified path is directory …
329 #define FS_STATUS_NOT_DIR (FS_STATUS_ERROR_BASE-8) /* Specified path is file inste…
330 #define FS_STATUS_ACCESS_ERROR (FS_STATUS_ERROR_BASE-9) /* Attempted to access file wit…
[all …]