Searched defs:readOnly (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-0.13.2/sources/libraries/os/ |
| D | os_SharedMemory.cpp | 58 void SharedMemoryBlock::Map(size_t size, bool readOnly) in Map() 95 Result SharedMemoryBlock::TryInitialize(size_t size, bool readOnly, bool otherReadOnly, bool noMap) in TryInitialize() 114 void SharedMemoryBlock::Initialize(size_t size, bool readOnly, bool otherReadOnly, bool noMap) in Initialize() 119 void SharedMemoryBlock::AttachAndMap(Handle handle, size_t size, bool readOnly) in AttachAndMap() 161 void nnosSharedMemoryBlockAllocate(nnosSharedMemoryBlock* this_, size_t size, bool readOnly, bool o… in nnosSharedMemoryBlockAllocate()
|
| D | os_MemoryBlock.cpp | 95 void MemoryBlock::SetReadOnly(bool readOnly) in SetReadOnly() 130 void nnosMemoryBlockSetReadOnly(nnosMemoryBlock* p, bool readOnly) in nnosMemoryBlockSetReadOnly()
|
| /CTR-SDK-0.13.2/include/nn/os/ |
| D | os_MemoryBlockBase.h | 70 void SetReadOnly(bool readOnly) { this->m_ReadOnly = readOnly; } in SetReadOnly()
|
| /CTR-SDK-0.13.2/include/nn/applet/CTR/ |
| D | applet_API.h | 435 …dMemoryHandle( os::SharedMemoryBlock* sharedMemory, nn::Handle handle, size_t size, bool readOnly ) in AttachSharedMemoryHandle() 913 …oryHandle( nn::os::SharedMemoryBlock* sharedMemory, nn::Handle handle, size_t size, bool readOnly ) in nnappletAttachSharedMemoryHandle()
|