Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/fslow/
Dfslow_Path.h38 class LowPath
108 LowPath(bit32 pathType, const void* data, size_t size) in LowPath() function
117 LowPath() in LowPath() function
134 static LowPath Make(const T* p) in Make()
136 LowPath ret; in Make()
141 LowPath(const char* path) in LowPath() function
149 LowPath(const wchar_t* path) in LowPath() function
164 friend class LowPath; member
167 const LowPath* m_Path;
169 explicit BinaryProxy(const LowPath* path) : m_Path(path) {} in BinaryProxy()
/CTR-SDK-0.14.4/include/nn/fs/CTR/MPCore/
Dfs_UserFileSystem.h34 typedef nn::fslow::LowPath<const char*, const wchar_t*> Path;