Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/fs/
Dfs_FileSystem.h115 void DeleteDirectory( const wchar_t* pathName );
125 void DeleteDirectory( const char* pathName );
278 inline void DeleteDirectory(const wchar_t* pathName) in DeleteDirectory() function
280 detail::GetGlobalFileSystemBase().DeleteDirectory(pathName); in DeleteDirectory()
282 inline void DeleteDirectory(const char* pathName) in DeleteDirectory() function
284 detail::GetGlobalFileSystemBase().DeleteDirectory(pathName); in DeleteDirectory()
Dfs_FileSystemBase.h47 void DeleteDirectory( const wchar_t* pathName );
48 void DeleteDirectory( const char* pathName );
141 inline void FileSystemBase::DeleteDirectory(const wchar_t* pathName) in DeleteDirectory() function
146 inline void FileSystemBase::DeleteDirectory(const char* pathName) in DeleteDirectory() function
Dfs_IpcFileSystem.h118 …nn::Result DeleteDirectory( nn::fs::Transaction transaction, bit64 archiveHandle, bit32 pathType, …
/CTR-SDK-0.13.2/include/nn/hio/CTR/
Dhio_Api.h105 Result DeleteDirectory(const wchar_t* path);
118 Result DeleteDirectory(const char* path);
/CTR-SDK-0.13.2/include/nn/fs/CTR/MPCore/
Dfs_UserArchive.h58 virtual Result DeleteDirectory(const Path& path) = 0;
/CTR-SDK-0.13.2/include/nn/fslow/
Dfslow_IArchive.h56 virtual Result DeleteDirectory(nn::fs::Transaction transaction, Path path) = 0;
84 …virtual Result DeleteDirectory(nn::fs::Transaction, Path) { return nn::fs::ResultUnsupportedOperat… in DeleteDirectory() function
Dfslow_ArchiveMapFileSystem.h245 Result DeleteDirectory(nn::fs::Transaction transaction, Path path) in DeleteDirectory() function
261 … NN_UTIL_RETURN_IF_FAILED(acc->DeleteDirectory(transaction, GetSelf().GetPathString(Move(path)))); in DeleteDirectory()