Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/fs/
Dfs_FileOutputStream.h70 FileOutputStream(const wchar_t* pathName, bool createIfNotExist) : in FileOutputStream()
91 FileOutputStream(const char* pathName, bool createIfNotExist) : in FileOutputStream()
110 void Initialize(const wchar_t* pathName, bool createIfNotExist) in Initialize()
132 void Initialize(const char* pathName, bool createIfNotExist) in Initialize()
155 nn::Result TryInitialize(const wchar_t* pathName, bool createIfNotExist) in TryInitialize()
180 nn::Result TryInitialize(const char* pathName, bool createIfNotExist) in TryInitialize()