Home
last modified time | relevance | path

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

/CTR-SDK-0.14.21/include/nn/fs/
Dfs_FileOutputStream.h72 FileOutputStream(const wchar_t* pathName, bool createIfNotExist) : in FileOutputStream()
96 FileOutputStream(const char* pathName, bool createIfNotExist) : in FileOutputStream()
119 void Initialize(const wchar_t* pathName, bool createIfNotExist) in Initialize()
144 void Initialize(const char* pathName, bool createIfNotExist) in Initialize()
167 nn::Result TryInitialize(const wchar_t* pathName, bool createIfNotExist) in TryInitialize()
191 nn::Result TryInitialize(const char* pathName, bool createIfNotExist) in TryInitialize()