Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/include/nn/fs/
Dfs_FileOutputStream.h70 FileOutputStream(const wchar_t* pathName, bool createIfNotExist) : in FileOutputStream()
92 FileOutputStream(const char* pathName, bool createIfNotExist) : in FileOutputStream()
112 void Initialize(const wchar_t* pathName, bool createIfNotExist) in Initialize()
135 void Initialize(const char* pathName, bool createIfNotExist) in Initialize()
159 nn::Result TryInitialize(const wchar_t* pathName, bool createIfNotExist) in TryInitialize()
185 nn::Result TryInitialize(const char* pathName, bool createIfNotExist) in TryInitialize()