Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/fs/
Dfs_IpcFileSystem.h114 …ndle* pOut, nn::fs::Transaction transaction, bit64 archiveHandle, bit32 pathType, const bit8 path[…
115 … archivePathType, const bit8 newPath[], size_t archivePathLength, bit32 pathType, const bit8 path[…
116 …nn::Result DeleteFile( nn::fs::Transaction transaction, bit64 archiveHandle, bit32 pathType, const…
118 …eDirectory( nn::fs::Transaction transaction, bit64 archiveHandle, bit32 pathType, const bit8 path[…
119 …ecursively( nn::fs::Transaction transaction, bit64 archiveHandle, bit32 pathType, const bit8 path[…
120 …eDirectory( nn::fs::Transaction transaction, bit64 archiveHandle, bit32 pathType, const bit8 path[…
122 …nn::Result OpenDirectory( nn::Handle* pOut, bit64 archiveHandle, bit32 pathType, const bit8 path[]…
123 …nn::Result OpenArchive( bit64* archiveHandle, bit32 archiveType, bit32 pathType, const bit8 path[]…
124 …nn::Result ControlArchive( bit64 archiveHandle, bit32 pathType, const bit8 path[], size_t pathLeng…
/CTR-SDK-0.13.2/include/nn/fslow/
Dfslow_Path.h107 LowPath(bit32 pathType, const void* data, size_t size) in LowPath() argument
110 this->m_PathType = pathType; in LowPath()