Home
last modified time | relevance | path

Searched refs:LowPath (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.13.2/include/nn/fslow/
Dfslow_Path.h37 class LowPath
107 LowPath(bit32 pathType, const void* data, size_t size) in LowPath() function
116 LowPath() in LowPath() function
133 static LowPath Make(const T* p) in Make()
135 LowPath ret; in Make()
140 LowPath(const char* path) in LowPath() function
148 LowPath(const wchar_t* path) in LowPath() function
163 friend class LowPath; member
166 const LowPath* m_Path;
168 explicit BinaryProxy(const LowPath* path) : m_Path(path) {} in BinaryProxy()
/CTR-SDK-0.13.2/include/nn/fs/CTR/MPCore/
Dfs_UserFileSystem.h34 typedef nn::fslow::LowPath<const char*, const wchar_t*> Path;