Home
last modified time | relevance | path

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

/external/libchrome/base/memory/
Dshared_memory_unittest.cc731 const char kTestSectionName[] = "UnsafeImageSection"; in TEST_P() local
741 PAGE_READONLY | SEC_IMAGE, 0, 0, kTestSectionName)); in TEST_P()
746 EXPECT_TRUE(shared_memory_open.Open(kTestSectionName, true)); in TEST_P()