Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/fs/
Dfs_FileSystem.h130 void DeleteDirectory( const wchar_t* pathName );
140 void DeleteDirectory( const char* pathName );
361 inline void DeleteDirectory(const wchar_t* pathName) in DeleteDirectory() function
363 detail::GetGlobalFileSystemBase().DeleteDirectory(pathName); in DeleteDirectory()
365 inline void DeleteDirectory(const char* pathName) in DeleteDirectory() function
367 detail::GetGlobalFileSystemBase().DeleteDirectory(pathName); in DeleteDirectory()
Dfs_FileSystemBase.h48 void DeleteDirectory( const wchar_t* pathName );
49 void DeleteDirectory( const char* pathName );
147 inline void FileSystemBase::DeleteDirectory(const wchar_t* pathName) in DeleteDirectory() function
152 inline void FileSystemBase::DeleteDirectory(const char* pathName) in DeleteDirectory() function
/CTR-SDK-1.0.0/CTR_SDK/include/nn/hio/CTR/
Dhio_Api.h112 Result DeleteDirectory(const wchar_t* path);
125 Result DeleteDirectory(const char* path);
/CTR-SDK-1.0.0/CTR_SDK/include/nn/fs/CTR/MPCore/
Dfs_UserArchive.h59 virtual Result DeleteDirectory(const Path& path) = 0;
/CTR-SDK-1.0.0/CTR_SDK/include/nn/fslow/
Dfslow_IArchive.h56 virtual Result DeleteDirectory(nn::fs::Transaction transaction, Path path) = 0;
136 …virtual Result DeleteDirectory(nn::fs::Transaction, Path) { return nn::fs::ResultUnsupportedOperat… in DeleteDirectory() function
Dfslow_ArchiveMapFileSystem.h234 Result DeleteDirectory(nn::fs::Transaction transaction, Path path) in DeleteDirectory() function
249 … NN_UTIL_RETURN_IF_FAILED(acc->DeleteDirectory(transaction, GetSelf().GetPathString(Move(path)))); in DeleteDirectory()