Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fs/
Dfs_FileSystem.h85 void RenameFile( const wchar_t* currentPath, const wchar_t* newPath);
96 void RenameFile( const char* currentPath, const char* newPath);
108 Result TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath);
123 Result TryRenameFile( const char* currentPath, const char* newPath);
285 void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
296 void RenameDirectory( const char* currentPath, const char* newPath);
308 Result TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
323 Result TryRenameDirectory( const char* currentPath, const char* newPath);
344 inline void RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() argument
346 detail::GetGlobalFileSystemBase().RenameFile(currentPath, newPath); in RenameFile()
[all …]
Dfs_FileSystemBase.h44 void RenameFile( const wchar_t* currentPath, const wchar_t* newPath);
45 void RenameFile( const char* currentPath, const char* newPath);
46 Result TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath);
47 Result TryRenameFile( const char* currentPath, const char* newPath);
64 void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
65 void RenameDirectory( const char* currentPath, const char* newPath);
66 Result TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
67 Result TryRenameDirectory( const char* currentPath, const char* newPath);
123 inline void FileSystemBase::RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() argument
125 NN_ERR_THROW_FATAL_ALL(m_pImpl->TryRenameFile(currentPath, newPath)); in RenameFile()
[all …]
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fs/CTR/MPCore/
Dfs_UserFileSystem.h67 static Result TryRenameFile(const wchar_t* currentPath, const wchar_t* newPath);
72 static Result TryRenameDirectory(const wchar_t* currentPath, const wchar_t* newPath);
79 …urrentArchiveHandle, const Path& currentPath, ArchiveHandle newArchiveHandle, const Path& newPath);
83 …urrentArchiveHandle, const Path& currentPath, ArchiveHandle newArchiveHandle, const Path& newPath);
Dfs_UserArchive.h58 virtual Result RenameFile(const Path& currentPath, const Path& newPath) = 0;
63 virtual Result RenameDirectory(const Path& currentPath, const Path& newPath) = 0;
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fslow/
Dfslow_ArchiveMapFileSystem.h314 Result RenameFile(nn::fs::Transaction transaction, Path oldPath, Path newPath) in RenameFile() argument
326 ArchiveName name = GetSelf().GetArchiveName(newPath); in RenameFile()
343 …File(transaction, GetSelf().GetPathString(Move(oldPath)), GetSelf().GetPathString(Move(newPath)))); in RenameFile()
348 Result RenameDirectory(nn::fs::Transaction transaction, Path oldPath, Path newPath) in RenameDirectory() argument
360 ArchiveName name = GetSelf().GetArchiveName(newPath); in RenameDirectory()
377 …tory(transaction, GetSelf().GetPathString(Move(oldPath)), GetSelf().GetPathString(Move(newPath)))); in RenameDirectory()
Dfslow_IArchive.h69 virtual Result RenameFile(nn::fs::Transaction transaction, Path oldPath, Path newPath) = 0;
70 virtual Result RenameDirectory(nn::fs::Transaction transaction, Path oldPath, Path newPath) = 0;