Searched refs:OpenFile (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/fslow/ |
| D | fslow_IArchive.h | 41 …virtual Result OpenFile(File* pOut, nn::fs::Transaction transaction, Path path, bit32 mode, nn::fs… 42 …virtual Result OpenFile(File* pOut, nn::fs::Transaction transaction, Path path, nn::fs::PathMark p… in OpenFile() function 61 …NN_UTIL_RETURN_IF_FAILED(OpenFile(&p, transaction, path, nn::fs::OPEN_MODE_CREATE | nn::fs::OPEN_M… in CreateFile() 82 …Result result = OpenFile(&p, nn::fs::Transaction(), path, nn::fs::OPEN_MODE_READ, nn::fs::Attribut… in HasFile()
|
| D | fslow_ArchiveMapFileSystem.h | 89 …Result OpenFile(FileHandle* pOut, nn::fs::Transaction transaction, Path path, bit32 mode, nn::fs::… in OpenFile() function 93 return OpenFile( pOut, transaction, path, pathMark, mode, attributes); in OpenFile() 96 …Result OpenFile(FileHandle* pOut, nn::fs::Transaction transaction, Path path, nn::fs::PathMark pat… in OpenFile() function 112 …NN_UTIL_RETURN_IF_FAILED(acc->OpenFile(&file, transaction, GetSelf().GetPathString(Move(path)), pa… in OpenFile() 405 …Result result = OpenFile(p, nn::fs::Transaction(), path, nn::fs::OPEN_MODE_READ, nn::fs::Attribute… in HasFile()
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/fs/CTR/MPCore/ |
| D | fs_UserArchive.h | 55 virtual Result OpenFile(IFile** pOut, const Path& path, bit32 mode) = 0;
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/cec/CTR/ |
| D | cec_MessageBox.h | 1122 …virtual nn::Result OpenFile(const u32 cecTitleId, const u32 dataType, const u32 option, size_t* fi…
|