Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_memory_allocator_unittest.cc830 EXPECT_TRUE(FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, true)); in TEST()
832 FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, false)); in TEST()
874 if (FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, read_only)) { in TEST()
916 if (FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, read_only)) { in TEST()
977 FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, read_only)); in TEST_F()
Dpersistent_memory_allocator.h760 static bool IsFileAcceptable(const MemoryMappedFile& file, bool read_only);
Dpersistent_histogram_allocator.cc698 !FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, true)) { in CreateWithFile()
Dpersistent_memory_allocator.cc1063 bool FilePersistentMemoryAllocator::IsFileAcceptable( in IsFileAcceptable() function in base::FilePersistentMemoryAllocator
/external/libchrome/base/debug/
Dactivity_analyzer.cc127 if (!FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, true)) { in CreateWithFile()
Dactivity_tracker.cc1285 if (!FilePersistentMemoryAllocator::IsFileAcceptable(*mapped_file, false)) in CreateWithFile()