Lines Matching refs:FSResult

399 FSResult FSi_ConvertError(u32 error)  in FSi_ConvertError()
488 static FSResult FSi_FATFS_GetArchiveCaps(FSArchive *arc, u32 *caps) in FSi_FATFS_GetArchiveCaps()
507 static FSResult FSi_FATFS_GetPathInfo(FSArchive *arc, u32 baseid, const char *relpath, FSPathInfo *… in FSi_FATFS_GetPathInfo()
509 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_GetPathInfo()
555 static FSResult FSi_FATFS_SetPathInfo(FSArchive *arc, u32 baseid, const char *relpath, FSPathInfo *… in FSi_FATFS_SetPathInfo()
557 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_SetPathInfo()
599 static FSResult FSi_FATFS_CreateFile(FSArchive *arc, u32 baseid, const char *relpath, u32 permit) in FSi_FATFS_CreateFile()
601 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_CreateFile()
645 static FSResult FSi_FATFS_DeleteFile(FSArchive *arc, u32 baseid, const char *relpath) in FSi_FATFS_DeleteFile()
647 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_DeleteFile()
679 static FSResult FSi_FATFS_RenameFile(FSArchive *arc, u32 baseid_src, const char *relpath_src, u32 b… in FSi_FATFS_RenameFile()
681 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_RenameFile()
720 static FSResult FSi_FATFS_CreateDirectory(FSArchive *arc, u32 baseid, const char *relpath, u32 perm… in FSi_FATFS_CreateDirectory()
722 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_CreateDirectory()
765 static FSResult FSi_FATFS_DeleteDirectory(FSArchive *arc, u32 baseid, const char *relpath) in FSi_FATFS_DeleteDirectory()
767 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_DeleteDirectory()
799 static FSResult FSi_FATFS_RenameDirectory(FSArchive *arc, u32 baseid_src, const char *relpath_src, … in FSi_FATFS_RenameDirectory()
801 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_RenameDirectory()
841 static FSResult FSi_FATFS_GetArchiveResource(FSArchive *arc, FSArchiveResource *resource) in FSi_FATFS_GetArchiveResource()
843 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_GetArchiveResource()
889 static FSResult FSi_FATFS_OpenFile(FSArchive *arc, FSFile *file, u32 baseid, const char *path, u32 … in FSi_FATFS_OpenFile()
891 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_OpenFile()
965 static FSResult FSi_FATFS_CloseFile(FSArchive *arc, FSFile *file) in FSi_FATFS_CloseFile()
967 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_CloseFile()
997 static FSResult FSi_FATFS_ReadFile(FSArchive *arc, FSFile *file, void *buffer, u32 *length) in FSi_FATFS_ReadFile()
999 FSResult result = FS_RESULT_SUCCESS; in FSi_FATFS_ReadFile()
1071 static FSResult FSi_FATFS_WriteFile(FSArchive *arc, FSFile *file, const void *buffer, u32 *length) in FSi_FATFS_WriteFile()
1073 FSResult result = FS_RESULT_SUCCESS; in FSi_FATFS_WriteFile()
1141 static FSResult FSi_FATFS_SetSeekCache(FSArchive *arc, FSFile *file, void* buf, u32 buf_size) in FSi_FATFS_SetSeekCache()
1143 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_SetSeekCache()
1210 static FSResult FSi_FATFS_SeekFile(FSArchive *arc, FSFile *file, int *offset, FSSeekFileMode from) in FSi_FATFS_SeekFile()
1212 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_SeekFile()
1254 static FSResult FSi_FATFS_GetFileLength(FSArchive *arc, FSFile *file, u32 *length) in FSi_FATFS_GetFileLength()
1256 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_GetFileLength()
1286 static FSResult FSi_FATFS_SetFileLength(FSArchive *arc, FSFile *file, u32 length) in FSi_FATFS_SetFileLength()
1288 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_SetFileLength()
1316 static FSResult FSi_FATFS_GetFilePosition(FSArchive *arc, FSFile *file, u32 *position) in FSi_FATFS_GetFilePosition()
1332 static FSResult FSi_FATFS_FlushFile(FSArchive *arc, FSFile *file) in FSi_FATFS_FlushFile()
1334 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_FlushFile()
1364 static FSResult FSi_FATFS_OpenDirectory(FSArchive *arc, FSFile *file, u32 baseid, const char *path,… in FSi_FATFS_OpenDirectory()
1366 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_OpenDirectory()
1448 static FSResult FSi_FATFS_CloseDirectory(FSArchive *arc, FSFile *file) in FSi_FATFS_CloseDirectory()
1450 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_CloseDirectory()
1479 static FSResult FSi_FATFS_ReadDirectory(FSArchive *arc, FSFile *file, FSDirectoryEntryInfo *info) in FSi_FATFS_ReadDirectory()
1481 FSResult result = FS_RESULT_ERROR; in FSi_FATFS_ReadDirectory()
1672 FSResult FSi_MountSpecialArchive(u64 param, const char *arcname, FSFATFSArchiveWork* pWork) in FSi_MountSpecialArchive()
1674 FSResult result = FS_RESULT_ERROR; in FSi_MountSpecialArchive()
1709 FSResult FSi_FormatSpecialArchive(const char *path) in FSi_FormatSpecialArchive()
1711 FSResult result = FS_RESULT_ERROR; in FSi_FormatSpecialArchive()