Searched defs:Path (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-0.13.2/include/nn/fslow/ |
| D | fslow_IArchive.h | 39 typedef typename ArchiveTypeInfo::Path Path; typedef 57 …virtual Result DeleteDirectoryRecursively(nn::fs::Transaction, Path) { return nn::fs::ResultUnsupp… in DeleteDirectoryRecursively() argument 82 typedef typename ArchiveTypeInfo::Path Path; typedef 83 …virtual Result DeleteFile(nn::fs::Transaction, Path) { return nn::fs::ResultUnsupportedOperation()… in DeleteFile() argument 84 …virtual Result DeleteDirectory(nn::fs::Transaction, Path) { return nn::fs::ResultUnsupportedOperat… in DeleteDirectory() argument 85 …virtual Result CreateDirectory(nn::fs::Transaction, Path, nn::fs::Attributes) { return nn::fs::Res… in CreateDirectory() argument 86 …virtual Result RenameFile(nn::fs::Transaction, Path, Path) { return nn::fs::ResultUnsupportedOpera… in RenameFile() argument 87 …virtual Result RenameDirectory(nn::fs::Transaction, Path, Path) { return nn::fs::ResultUnsupported… in RenameDirectory() argument
|
| D | fslow_Common.h | 38 typedef TPath Path; typedef
|
| D | fslow_ArchiveMapFileSystem.h | 44 typedef typename TFileSystemTypeInfo::Path Path; typedef
|
| /CTR-SDK-0.13.2/include/nn/fs/CTR/MPCore/ |
| D | fs_UserFileSystem.h | 34 typedef nn::fslow::LowPath<const char*, const wchar_t*> Path; typedef
|