Home
last modified time | relevance | path

Searched defs:readOnly (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-0.13.2/sources/libraries/os/
Dos_SharedMemory.cpp58 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()
Dos_MemoryBlock.cpp95 void MemoryBlock::SetReadOnly(bool readOnly) in SetReadOnly()
130 void nnosMemoryBlockSetReadOnly(nnosMemoryBlock* p, bool readOnly) in nnosMemoryBlockSetReadOnly()
/CTR-SDK-0.13.2/include/nn/os/
Dos_MemoryBlockBase.h70 void SetReadOnly(bool readOnly) { this->m_ReadOnly = readOnly; } in SetReadOnly()
/CTR-SDK-0.13.2/include/nn/applet/CTR/
Dapplet_API.h435 …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()