Home
last modified time | relevance | path

Searched refs:PathMark (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fs/
Dfs_Parameters.h93 struct PathMark struct
Dfs_FileBase.h41 nn::Result TryInitialize(const wchar_t* pathName, bit32 mode, nn::fs::PathMark pathMark);
87 inline nn::Result FileBase::TryInitialize(const wchar_t* pathName, bit32 mode, nn::fs::PathMark pat… in TryInitialize()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fslow/
Dfslow_IArchive.h42 …penFile(File* pOut, nn::fs::Transaction transaction, Path path, nn::fs::PathMark pathMark, bit32 m… in OpenFile()
72 virtual Result GetPathMark( nn::fs::PathMark* pathMark, Path path) in GetPathMark()
Dfslow_ArchiveMapFileSystem.h91 nn::fs::PathMark pathMark; in OpenFile()
96 …Result OpenFile(FileHandle* pOut, nn::fs::Transaction transaction, Path path, nn::fs::PathMark pat… in OpenFile()
382 Result GetPathMark( nn::fs::PathMark* pathMark, Path path) in GetPathMark()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fs/CTR/MPCore/
Dfs_FileBase.h44 Result TryOpenImpl(const wchar_t* path, bit32 mode, nn::fs::PathMark pathMark) in TryOpenImpl()