Searched defs:path (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fslow/ |
| D | fslow_ArchiveMapFileSystem.h | 89 …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 …]
|
| D | fslow_IArchive.h | 42 …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()
|
| D | fslow_Path.h | 141 LowPath(const char* path) in LowPath() 149 LowPath(const wchar_t* path) in LowPath()
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fs/CTR/MPCore/ |
| D | fs_DirectoryBase.h | 35 Result TryInitialize(const wchar_t* path) in TryInitialize() 40 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path) in TryInitializeRaw()
|
| D | fs_FileBase.h | 39 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.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/dbg/ |
| D | dbg_Logger.cpp | 83 char* GetBaseName(const char* path) in GetBaseName()
|