Home
last modified time | relevance | path

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

/external/libchrome/base/memory/
Dshared_memory_unittest.cc939 SharedMemoryHandle ro_handle = memory.GetReadOnlyHandle(); in TEST() local
952 SharedMemory rw_region(ro_handle.Duplicate(), /* read_only */ false); in TEST()
958 EXPECT_FALSE(ro_handle.IsRegionReadOnly()); in TEST()
961 SharedMemory ro_region(ro_handle.Duplicate(), /* read_only */ true); in TEST()
965 EXPECT_TRUE(ro_handle.IsRegionReadOnly()); in TEST()
969 ro_handle.Close(); in TEST()