Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/include/nn/fs/
Dfs_FileOutputStream.h81 FileOutputStream(const wchar_t* pathName, bool createIfNotExist) : in FileOutputStream()
99 FileOutputStream(const char* pathName, bool createIfNotExist) : in FileOutputStream()
115 void Initialize(const wchar_t* pathName, bool createIfNotExist) in Initialize()
134 void Initialize(const char* pathName, bool createIfNotExist) in Initialize()
154 nn::Result TryInitialize(const wchar_t* pathName, bool createIfNotExist) in TryInitialize()
176 nn::Result TryInitialize(const char* pathName, bool createIfNotExist) in TryInitialize()