Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator_unittest.cc188 TEST_F(PersistentHistogramAllocatorTest, CreateSpareFile) { in TEST_F() argument
195 ASSERT_TRUE(GlobalHistogramAllocator::CreateSpareFile(temp_file, temp_size)); in TEST_F()
Dpersistent_histogram_allocator.h423 static bool CreateSpareFile(const FilePath& spare_path, size_t size);
Dpersistent_histogram_allocator.cc836 bool GlobalHistogramAllocator::CreateSpareFile(const FilePath& spare_path, in CreateSpareFile() function in base::GlobalHistogramAllocator
867 return CreateSpareFile(spare_path, size); in CreateSpareFileInDir()