Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/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 CreateDirectory(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attributes) = 0;
Dfslow_ArchiveMapFileSystem.h90 …andle* pOut, nn::fs::Transaction transaction, Path path, bit32 mode, nn::fs::Attributes attributes) in OpenFile() argument
94 return OpenFile( pOut, transaction, path, pathMark, mode, attributes); in OpenFile()
97 …ction transaction, Path path, nn::fs::PathMark pathMark, bit32 mode, nn::fs::Attributes attributes) in OpenFile() argument
114 …cc->OpenFile(&file, transaction, GetSelf().GetPathString(Move(path)), pathMark, mode, attributes)); in OpenFile()
287 … Result CreateDirectory(nn::fs::Transaction transaction, Path path, nn::fs::Attributes attributes) in CreateDirectory() argument
303 …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.13.2/include/nn/fs/
Dfs_IpcFile.h65 nn::Result SetAttributes( nn::fs::Attributes attributes );
Dfs_Parameters.h105 nn::fs::Attributes attributes; member
Dfs_IpcFileSystem.h114 … bit32 pathType, const bit8 path[], size_t pathLength, bit32 mode, nn::fs::Attributes attributes );
115 … bit32 pathType, const bit8 path[], size_t pathLength, bit32 mode, nn::fs::Attributes attributes );
120 …chiveHandle, bit32 pathType, const bit8 path[], size_t pathLength, nn::fs::Attributes attributes );
/CTR-SDK-0.13.2/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))