Home
last modified time | relevance | path

Searched defs:Attributes (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/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_Parameters.h78 struct Attributes struct
80 bool isDirectory; //
81 bool isHidden; //
82 bool isArchive; //
83 bool isReadOnly; //