Searched refs:Attributes (Results 1 – 7 of 7) sorted by relevance
| /CTR-SDK-0.13.2/include/nn/fs/ |
| D | fs_File.h | 31 File( const wchar_t* pathName, bit32 mode, Attributes ) : FileStream(pathName, mode) {} in File() argument 33 … void Open(const wchar_t* pathName, bit32 mode, Attributes ) { Base::Initialize(pathName, mode); } in Open() argument 34 …nn::Result TryOpen(const wchar_t* pathName, bit32 mode, Attributes) { return Base::TryInitialize(p… in TryOpen() argument
|
| D | fs_IpcFile.h | 64 nn::Result GetAttributes( nn::fs::Attributes* pOut ); 65 nn::Result SetAttributes( nn::fs::Attributes attributes );
|
| D | fs_Parameters.h | 80 struct Attributes struct 105 nn::fs::Attributes attributes; argument
|
| D | fs_IpcFileSystem.h | 114 … bit32 pathType, const bit8 path[], size_t pathLength, bit32 mode, nn::fs::Attributes attributes ); 115 … bit32 pathType, const bit8 path[], size_t pathLength, bit32 mode, nn::fs::Attributes attributes ); 120 …chiveHandle, bit32 pathType, const bit8 path[], size_t pathLength, nn::fs::Attributes attributes );
|
| /CTR-SDK-0.13.2/include/nn/fslow/ |
| D | fslow_IFile.h | 36 virtual Result GetAttributes(nn::fs::Attributes* pOut) = 0; 37 virtual Result SetAttributes(nn::fs::Attributes attributes) = 0; 48 … virtual Result SetAttributes(nn::fs::Attributes) { return nn::fs::ResultUnsupportedOperation(); } in SetAttributes() argument
|
| D | fslow_IArchive.h | 41 …* pOut, nn::fs::Transaction transaction, Path path, bit32 mode, nn::fs::Attributes attributes) = 0; 42 …ction transaction, Path path, nn::fs::PathMark pathMark, bit32 mode, nn::fs::Attributes attributes) in OpenFile() 58 …virtual Result CreateDirectory(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attr… 85 …virtual Result CreateDirectory(nn::fs::Transaction, Path, nn::fs::Attributes) { return nn::fs::Res… in CreateDirectory() argument
|
| D | fslow_ArchiveMapFileSystem.h | 90 …andle* pOut, nn::fs::Transaction transaction, Path path, bit32 mode, nn::fs::Attributes attributes) in OpenFile() 97 …ction transaction, Path path, nn::fs::PathMark pathMark, bit32 mode, nn::fs::Attributes attributes) in OpenFile() 287 … Result CreateDirectory(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attributes) in CreateDirectory()
|