Searched refs:MovePersistentFile (Results 1 – 4 of 4) sorted by relevance
629 TEST_F(PersistentHistogramAllocatorTest, MovePersistentFile) { in TEST_F() argument647 EXPECT_TRUE(allocator->MovePersistentFile(new_temp_dir.GetPath())); in TEST_F()
485 bool MovePersistentFile(const FilePath& dir);
1023 bool GlobalHistogramAllocator::MovePersistentFile(const FilePath& dir) { in MovePersistentFile() function in base::GlobalHistogramAllocator
317 return allocator->MovePersistentFile(deferred_metrics_dir); in DeferBrowserMetrics()