Searched refs:ro_handle (Results 1 – 1 of 1) sorted by relevance
939 SharedMemoryHandle ro_handle = memory.GetReadOnlyHandle(); in TEST() local952 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()