Searched defs:Path (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-0.14.4/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 134 typedef typename ArchiveTypeInfo::Path Path; typedef 135 …virtual Result DeleteFile(nn::fs::Transaction, Path) { return nn::fs::ResultUnsupportedOperation()… in DeleteFile() argument 136 …virtual Result DeleteDirectory(nn::fs::Transaction, Path) { return nn::fs::ResultUnsupportedOperat… in DeleteDirectory() argument 137 …virtual Result CreateDirectory(nn::fs::Transaction, Path, nn::fs::Attributes) { return nn::fs::Res… in CreateDirectory() argument 138 …virtual Result RenameFile(nn::fs::Transaction, Path, Path) { return nn::fs::ResultUnsupportedOpera… in RenameFile() argument 139 …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.14.4/include/nn/fs/CTR/MPCore/ |
| D | fs_UserFileSystem.h | 34 typedef nn::fslow::LowPath<const char*, const wchar_t*> Path; typedef
|