Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/fslow/
Dfslow_IArchive.h41 …* pOut, nn::fs::Transaction transaction, Path path, bit32 mode, nn::fs::Attributes attributes) = 0;
42 …ction transaction, Path path, nn::fs::PathMark pathMark, bit32 mode, nn::fs::Attributes attributes) in OpenFile() argument
49 NN_UNUSED_VAR( attributes); in OpenFile()
58 …ult CreateFile(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attributes, s64 size) in CreateFile() argument
61 …D(OpenFile(&p, transaction, path, nn::fs::OPEN_MODE_CREATE | nn::fs::OPEN_MODE_WRITE, attributes)); in CreateFile()
67 …ult CreateDirectory(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attributes) = 0;
Dfslow_ArchiveMapFileSystem.h89 …andle* pOut, nn::fs::Transaction transaction, Path path, bit32 mode, nn::fs::Attributes attributes) in OpenFile() argument
93 return OpenFile( pOut, transaction, path, pathMark, mode, attributes); in OpenFile()
96 …ction transaction, Path path, nn::fs::PathMark pathMark, bit32 mode, nn::fs::Attributes attributes) in OpenFile() argument
112 …cc->OpenFile(&file, transaction, GetSelf().GetPathString(Move(path)), pathMark, mode, attributes)); in OpenFile()
274 …Result CreateFile(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attributes, s64 s… in CreateFile() argument
289 …URN_IF_FAILED(acc->CreateFile(transaction, GetSelf().GetPathString(Move(path)), attributes, size)); in CreateFile()
294 … Result CreateDirectory(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attributes) in CreateDirectory() argument
309 …TURN_IF_FAILED(acc->CreateDirectory(transaction, GetSelf().GetPathString(Move(path)), attributes)); in CreateDirectory()
Dfslow_IFile.h37 virtual Result SetAttributes(nn::fs::Attributes attributes) = 0;
/CTR-SDK-0.14.4/include/nn/fs/
Dfs_Parameters.h90 nn::fs::Attributes attributes; member
/CTR-SDK-0.14.4/build/omake/
Ddebuggerdefs.partner.om89 attributes = $(ParseDependProcess null, $(rootname $(process)), $(TEST_ATTRIBUTES))
91 if $(IsEmpty $(attributes))
92 attributes = BASIC
95 has_includes = $(filter $(TEST_INCLUDE), $(attributes))
96 has_excludes = $(filter $(TEST_EXCLUDE), $(attributes))