Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/fs/
Dfs_FileOutputStream.h56 FileOutputStream(const wchar_t* pathName, bool createIfNotExist) : in FileOutputStream()
70 FileOutputStream(const char* pathName, bool createIfNotExist) : in FileOutputStream()
83 void Initialize(const wchar_t* pathName, bool createIfNotExist) in Initialize()
98 void Initialize(const char* pathName, bool createIfNotExist) in Initialize()
112 nn::Result TryInitialize(const wchar_t* pathName, bool createIfNotExist) in TryInitialize()
127 nn::Result TryInitialize(const char* pathName, bool createIfNotExist) in TryInitialize()