Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/fslow/
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()
63 virtual Result GetPathMark( nn::fs::PathMark* pathMark, Path path) in GetPathMark() argument
65 NN_UNUSED_VAR( pathMark); in GetPathMark()
Dfslow_ArchiveMapFileSystem.h92 nn::fs::PathMark pathMark; in OpenFile() local
93 pathMark.rawPathMark = 0; in OpenFile()
94 return OpenFile( pOut, transaction, path, pathMark, mode, attributes); in OpenFile()
97 …dle* pOut, nn::fs::Transaction transaction, Path path, nn::fs::PathMark pathMark, bit32 mode, nn::… in OpenFile() argument
114 …(acc->OpenFile(&file, transaction, GetSelf().GetPathString(Move(path)), pathMark, mode, attributes… in OpenFile()
378 Result GetPathMark( nn::fs::PathMark* pathMark, Path path) in GetPathMark() argument
394 … NN_UTIL_RETURN_IF_FAILED(acc->GetPathMark( pathMark, GetSelf().GetPathString(Move(path)))); in GetPathMark()
/CTR-SDK-0.13.2/include/nn/fs/
Dfs_FileBase.h40 nn::Result TryInitialize(const wchar_t* pathName, bit32 mode, nn::fs::PathMark pathMark);
81 … nn::Result FileBase::TryInitialize(const wchar_t* pathName, bit32 mode, nn::fs::PathMark pathMark) in TryInitialize() argument
84 return TryOpenImpl(pathName, mode, pathMark); in TryInitialize()
/CTR-SDK-0.13.2/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()