Searched refs:attributes (Results 1 – 7 of 7) sorted by relevance
| /CTR-SDK-0.13.2/include/nn/fslow/ |
| D | fslow_IArchive.h | 41 …* 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;
|
| D | fslow_ArchiveMapFileSystem.h | 90 …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()
|
| D | fslow_IFile.h | 37 virtual Result SetAttributes(nn::fs::Attributes attributes) = 0;
|
| /CTR-SDK-0.13.2/include/nn/fs/ |
| D | fs_IpcFile.h | 65 nn::Result SetAttributes( nn::fs::Attributes attributes );
|
| D | fs_Parameters.h | 105 nn::fs::Attributes attributes; member
|
| D | fs_IpcFileSystem.h | 114 … 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/ |
| D | debuggerdefs.partner.om | 89 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))
|