Home
last modified time | relevance | path

Searched refs:pathMark (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/fs/
Dfs_FileBase.h41 nn::Result TryInitialize(const wchar_t* pathName, bit32 mode, nn::fs::PathMark pathMark);
87 … nn::Result FileBase::TryInitialize(const wchar_t* pathName, bit32 mode, nn::fs::PathMark pathMark) in TryInitialize() argument
90 return TryOpenImpl(pathName, mode, pathMark); in TryInitialize()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/fslow/
Dfslow_ArchiveMapFileSystem.h91 nn::fs::PathMark pathMark; in OpenFile() local
92 pathMark.rawPathMark = 0; in OpenFile()
93 return OpenFile( pOut, transaction, path, pathMark, mode, attributes); in OpenFile()
96 …dle* pOut, nn::fs::Transaction transaction, Path path, nn::fs::PathMark pathMark, bit32 mode, nn::… in OpenFile() argument
112 …(acc->OpenFile(&file, transaction, GetSelf().GetPathString(Move(path)), pathMark, mode, attributes… in OpenFile()
382 Result GetPathMark( nn::fs::PathMark* pathMark, Path path) in GetPathMark() argument
397 … NN_UTIL_RETURN_IF_FAILED(acc->GetPathMark( pathMark, GetSelf().GetPathString(Move(path)))); in GetPathMark()
Dfslow_IArchive.h42 …ile* pOut, nn::fs::Transaction transaction, Path path, nn::fs::PathMark pathMark, bit32 mode, nn::… in OpenFile() argument
47 NN_UNUSED_VAR( pathMark); in OpenFile()
72 virtual Result GetPathMark( nn::fs::PathMark* pathMark, Path path) in GetPathMark() argument
74 NN_UNUSED_VAR( pathMark); in GetPathMark()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/fs/CTR/MPCore/
Dfs_FileBase.h44 Result TryOpenImpl(const wchar_t* path, bit32 mode, nn::fs::PathMark pathMark) in TryOpenImpl() argument
46 NN_UNUSED_VAR( pathMark); in TryOpenImpl()