Home
last modified time | relevance | path

Searched defs:path (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-0.13.2/include/nn/fs/CTR/MPCore/
Dfs_DirectoryBase.h36 Result TryInitialize(const wchar_t* path) in TryInitialize()
41 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path) in TryInitializeRaw()
Dfs_FileBase.h39 Result TryOpenImpl(const wchar_t* path, bit32 mode) in TryOpenImpl()
44 Result TryOpenImpl(const wchar_t* path, bit32 mode, nn::fs::PathMark pathMark) in TryOpenImpl()
85 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw()
90 …rchiveType, const nn::fs::CTR::MPCore::Path& archivePath, const nn::fs::CTR::MPCore::Path& path, b… in TryInitializeRawDirectly()
/CTR-SDK-0.13.2/include/nn/fslow/
Dfslow_ArchiveMapFileSystem.h90 …Result OpenFile(FileHandle* pOut, nn::fs::Transaction transaction, Path path, bit32 mode, nn::fs::… in OpenFile()
97 …Result OpenFile(FileHandle* pOut, nn::fs::Transaction transaction, Path path, nn::fs::PathMark pat… in OpenFile()
177 Result OpenDirectory(DirectoryHandle* pOut, Path path) in OpenDirectory()
224 Result DeleteFile(nn::fs::Transaction transaction, Path path) in DeleteFile()
245 Result DeleteDirectory(nn::fs::Transaction transaction, Path path) in DeleteDirectory()
266 Result DeleteDirectoryRecursively(nn::fs::Transaction transaction, Path path) in DeleteDirectoryRecursively()
287 … Result CreateDirectory(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attributes) in CreateDirectory()
378 Result GetPathMark( nn::fs::PathMark* pathMark, Path path) in GetPathMark()
Dfslow_IArchive.h42 …virtual Result OpenFile(File* pOut, nn::fs::Transaction transaction, Path path, nn::fs::PathMark p… in OpenFile()
63 virtual Result GetPathMark( nn::fs::PathMark* pathMark, Path path) in GetPathMark()
148 static Path GetPathString(Path path) in GetPathString()
Dfslow_Path.h140 LowPath(const char* path) in LowPath()
148 LowPath(const wchar_t* path) in LowPath()