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

  /external/libchrome/base/metrics/
persistent_memory_allocator.h 418 static bool IsFileAcceptable(const MemoryMappedFile& file, bool read_only);
persistent_memory_allocator_unittest.cc 714 EXPECT_TRUE(FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, true));
716 FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, false));
758 if (FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, read_only)) {
799 if (FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, read_only)) {
persistent_histogram_allocator.cc 707 !FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, true)) {
    [all...]
persistent_memory_allocator.cc     [all...]

Completed in 90 milliseconds