Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/fs/
Dfs_FileSystem.h76 void RenameFile( const wchar_t* currentPath, const wchar_t* newPath);
86 void RenameFile( const char* currentPath, const char* newPath);
96 Result TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath);
108 Result TryRenameFile( const char* currentPath, const char* newPath);
210 void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
220 void RenameDirectory( const char* currentPath, const char* newPath);
230 Result TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
242 Result TryRenameDirectory( const char* currentPath, const char* newPath);
261 inline void RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() argument
263 detail::GetGlobalFileSystemBase().RenameFile(currentPath, newPath); in RenameFile()
[all …]
Dfs_FileSystemBase.h43 void RenameFile( const wchar_t* currentPath, const wchar_t* newPath);
44 void RenameFile( const char* currentPath, const char* newPath);
45 Result TryRenameFile( const wchar_t* currentPath, const wchar_t* newPath);
46 Result TryRenameFile( const char* currentPath, const char* newPath);
59 void RenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
60 void RenameDirectory( const char* currentPath, const char* newPath);
61 Result TryRenameDirectory( const wchar_t* currentPath, const wchar_t* newPath);
62 Result TryRenameDirectory( const char* currentPath, const char* newPath);
117 inline void FileSystemBase::RenameFile( const wchar_t* currentPath, const wchar_t* newPath) in RenameFile() argument
119 NN_UTIL_PANIC_IF_FAILED(m_pImpl->TryRenameFile(currentPath, newPath)); in RenameFile()
[all …]
Dfs_IpcFileSystem.h115 …action transaction, bit32 archiveType, bit32 archivePathType, const bit8 newPath[], size_t archive…
117 …currentPathLength, bit64 newArchiveHandle, bit32 newPathType, const bit8 newPath[], size_t newPath…
121 …currentPathLength, bit64 newArchiveHandle, bit32 newPathType, const bit8 newPath[], size_t newPath…
/CTR-SDK-0.13.2/include/nn/fs/CTR/MPCore/
Dfs_UserFileSystem.h66 static Result TryRenameFile(const wchar_t* currentPath, const wchar_t* newPath);
70 static Result TryRenameDirectory(const wchar_t* currentPath, const wchar_t* newPath);
77 …urrentArchiveHandle, const Path& currentPath, ArchiveHandle newArchiveHandle, const Path& newPath);
81 …urrentArchiveHandle, const Path& currentPath, ArchiveHandle newArchiveHandle, const Path& newPath);
Dfs_UserArchive.h57 virtual Result RenameFile(const Path& currentPath, const Path& newPath) = 0;
61 virtual Result RenameDirectory(const Path& currentPath, const Path& newPath) = 0;
/CTR-SDK-0.13.2/include/nn/fslow/
Dfslow_ArchiveMapFileSystem.h308 Result RenameFile(nn::fs::Transaction transaction, Path oldPath, Path newPath) in RenameFile() argument
320 ArchiveName name = GetSelf().GetArchiveName(newPath); in RenameFile()
338 …File(transaction, GetSelf().GetPathString(Move(oldPath)), GetSelf().GetPathString(Move(newPath)))); in RenameFile()
343 Result RenameDirectory(nn::fs::Transaction transaction, Path oldPath, Path newPath) in RenameDirectory() argument
355 ArchiveName name = GetSelf().GetArchiveName(newPath); in RenameDirectory()
373 …tory(transaction, GetSelf().GetPathString(Move(oldPath)), GetSelf().GetPathString(Move(newPath)))); in RenameDirectory()
Dfslow_IArchive.h60 virtual Result RenameFile(nn::fs::Transaction transaction, Path oldPath, Path newPath) = 0;
61 virtual Result RenameDirectory(nn::fs::Transaction transaction, Path oldPath, Path newPath) = 0;