Home
last modified time | relevance | path

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

/CTR-SDK-0.14.21/include/nn/fslow/
Dfslow_ArchiveMapFileSystem.h89 …Result OpenFile(FileHandle* pOut, nn::fs::Transaction transaction, Path path, bit32 mode, nn::fs::… in OpenFile()
96 …Result OpenFile(FileHandle* pOut, nn::fs::Transaction transaction, Path path, nn::fs::PathMark pat… in OpenFile()
170 Result OpenDirectory(DirectoryHandle* pOut, Path path) in OpenDirectory()
214 Result DeleteFile(nn::fs::Transaction transaction, Path path) in DeleteFile()
234 Result DeleteDirectory(nn::fs::Transaction transaction, Path path) in DeleteDirectory()
254 Result DeleteDirectoryRecursively(nn::fs::Transaction transaction, Path path) in DeleteDirectoryRecursively()
274 …Result CreateFile(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attributes, s64 s… in CreateFile()
294 … Result CreateDirectory(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attributes) in CreateDirectory()
382 Result GetPathMark( nn::fs::PathMark* pathMark, Path path) in GetPathMark()
402 Result HasFile(bool* pOut, Path path) in HasFile()
[all …]
Dfslow_IArchive.h42 …virtual Result OpenFile(File* pOut, nn::fs::Transaction transaction, Path path, nn::fs::PathMark p… in OpenFile()
58 …virtual Result CreateFile(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attribute… in CreateFile()
72 virtual Result GetPathMark( nn::fs::PathMark* pathMark, Path path) in GetPathMark()
79 virtual Result HasFile(bool* pOut, Path path) in HasFile()
100 virtual Result HasDirectory(bool* pOut, Path path) in HasDirectory()
200 static Path GetPathString(Path path) in GetPathString()
Dfslow_Path.h141 LowPath(const char* path) in LowPath()
149 LowPath(const wchar_t* path) in LowPath()
/CTR-SDK-0.14.21/include/nn/fs/CTR/MPCore/
Dfs_DirectoryBase.h35 Result TryInitialize(const wchar_t* path) in TryInitialize()
40 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()
115 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw()
120 …rchiveType, const nn::fs::CTR::MPCore::Path& archivePath, const nn::fs::CTR::MPCore::Path& path, b… in TryInitializeRawDirectly()
/CTR-SDK-0.14.21/sources/libraries/dbg/
Ddbg_Logger.cpp83 char* GetBaseName(const char* path) in GetBaseName()