Home
last modified time | relevance | path

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

/external/libchrome/libchrome_tools/patch/
Dshared_memory_posix.patch54 - if (!shm_.SetRegionReadOnly()) { // Ensure the region is read-only.
67 + // if (!shm_.SetRegionReadOnly()) { // Ensure the region is read-only.
/external/libchrome/base/memory/
Dshared_memory_handle_android.cc95 bool SharedMemoryHandle::SetRegionReadOnly() const { in SetRegionReadOnly() function in base::SharedMemoryHandle
Dshared_memory_handle.h163 bool SetRegionReadOnly() const;
Dshared_memory_unittest.cc914 ASSERT_TRUE(memory.handle().SetRegionReadOnly()); in TEST()
/external/libchrome/mojo/public/cpp/system/
Dplatform_handle.cc268 memory_handle.SetRegionReadOnly(); in WrapSharedMemoryHandle()
/external/libchrome/base/metrics/
Dfield_trial.cc241 result.SetRegionReadOnly(); in GetSharedMemoryReadOnlyHandle()
/external/libchrome/ipc/
Dipc_message_utils.cc673 p.SetRegionReadOnly(); in Write()