Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/fs/
Dfs_File.h31 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
Dfs_IpcFile.h64 nn::Result GetAttributes( nn::fs::Attributes* pOut );
65 nn::Result SetAttributes( nn::fs::Attributes attributes );
Dfs_Parameters.h80 struct Attributes struct
105 nn::fs::Attributes attributes; argument
Dfs_IpcFileSystem.h114 … 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/
Dfslow_IFile.h36 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
Dfslow_IArchive.h41 …* 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
Dfslow_ArchiveMapFileSystem.h90 …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()