Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/fs/
Dfs_FileSystem.h39 void DeleteFile( const wchar_t* pathName );
48 void DeleteFile( const char* pathName );
244 inline void DeleteFile(const wchar_t* pathName) in DeleteFile() function
246 detail::GetGlobalFileSystemBase().DeleteFile(pathName); in DeleteFile()
248 inline void DeleteFile(const char* pathName) in DeleteFile() function
250 detail::GetGlobalFileSystemBase().DeleteFile(pathName); in DeleteFile()
Dfs_FileSystemBase.h39 void DeleteFile( const wchar_t* pathName );
40 void DeleteFile( const char* pathName );
95 inline void FileSystemBase::DeleteFile(const wchar_t* pathName) in DeleteFile() function
100 inline void FileSystemBase::DeleteFile(const char* pathName) in DeleteFile() function
Dfs_IpcFileSystem.h116 …nn::Result DeleteFile( nn::fs::Transaction transaction, bit64 archiveHandle, bit32 pathType, const…
/CTR-SDK-0.13.2/include/nn/hio/CTR/
Dhio_Api.h80 Result DeleteFile(const char* path);
92 Result DeleteFile(const wchar_t* path);
/CTR-SDK-0.13.2/include/nn/fs/CTR/MPCore/
Dfs_UserArchive.h56 virtual Result DeleteFile(const Path& path) = 0;
/CTR-SDK-0.13.2/include/nn/fslow/
Dfslow_IArchive.h55 virtual Result DeleteFile(nn::fs::Transaction transaction, Path path) = 0;
83 …virtual Result DeleteFile(nn::fs::Transaction, Path) { return nn::fs::ResultUnsupportedOperation()… in DeleteFile() function
Dfslow_ArchiveMapFileSystem.h224 Result DeleteFile(nn::fs::Transaction transaction, Path path) in DeleteFile() function
240 … NN_UTIL_RETURN_IF_FAILED(acc->DeleteFile(transaction, GetSelf().GetPathString(Move(path)))); in DeleteFile()