HomeSort by relevance Sort by last modified time
    Searched refs:IsReadonly (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/metrics/
persistent_memory_allocator_unittest.cc 533 EXPECT_FALSE(local.IsReadonly());
556 EXPECT_TRUE(shalloc2.IsReadonly());
582 EXPECT_FALSE(shalloc3.IsReadonly());
622 EXPECT_FALSE(local.IsReadonly());
645 EXPECT_TRUE(file.IsReadonly());
persistent_memory_allocator.h 181 bool IsReadonly() { return readonly_; }

Completed in 195 milliseconds