Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/twl/na/ARM9/
Darchive.h45 … return OS_IsRunOnTwl() ? NAi_LoadOtherTitleArchive(initialCode, archive): FS_RESULT_UNSUPPORTED; } in NA_LoadOtherTitleArchive()
47 { return OS_IsRunOnTwl() ? NAi_UnloadOtherTitleArchive(): FS_RESULT_UNSUPPORTED; } in NA_UnloadOtherTitleArchive()
49 { return OS_IsRunOnTwl() ? NAi_FormatTitleArchive(archive): FS_RESULT_UNSUPPORTED; } in NA_FormatTitleArchive()
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_proc_rom.c143 return FS_RESULT_UNSUPPORTED; in FSi_RomArchiveProc()
165 return FS_RESULT_UNSUPPORTED; in FSi_EmptyArchiveProc()
176 return FS_RESULT_UNSUPPORTED; in FSi_ReadDummyCallback()
184 return FS_RESULT_UNSUPPORTED; in FSi_WriteDummyCallback()
Dfs_proc_mem.c89 return FS_RESULT_UNSUPPORTED; in FSi_MemArchiveProc()
Dfs_archive.c162 FSResult result = FS_RESULT_UNSUPPORTED; in FSi_InvokeCommand()
171 result = FS_RESULT_UNSUPPORTED; in FSi_InvokeCommand()
176 result = FS_RESULT_UNSUPPORTED; in FSi_InvokeCommand()
305 result = FS_RESULT_UNSUPPORTED; in FSi_InvokeCommand()
317 if (result == FS_RESULT_UNSUPPORTED) in FSi_InvokeCommand()
Dfs_proc_default.c709 case FS_RESULT_UNSUPPORTED: in FSi_TranslateCommand()
746 result = FS_RESULT_UNSUPPORTED; in FSi_TranslateCommand()
1437 return FS_RESULT_UNSUPPORTED; in FSi_SRLArchiveProc()
Dfs_file.c2117 file->error = FS_RESULT_UNSUPPORTED; in FS_OpenFileExW()
2167 file->error = FS_RESULT_UNSUPPORTED; in FS_OpenDirectoryW()
2218 file->error = FS_RESULT_UNSUPPORTED; in FS_ReadDirectoryW()
Dfs_archive_fatfs.c415 return FS_RESULT_UNSUPPORTED; in FSi_ConvertError()
/TwlSDK-5.1.0/build/libraries/wfs/common/src/
Dwfs_archive.c110 result = FS_RESULT_UNSUPPORTED; in WFSi_RomArchiveProc()
/TwlSDK-5.1.0/build/demos/fs/arc-1/src/
Dmain.c76 return FS_RESULT_UNSUPPORTED; in MyRom_ArchiveProc()
/TwlSDK-5.1.0/include/nitro/fs/
Dtypes.h46 FS_RESULT_UNSUPPORTED, enumerator