Home
last modified time | relevance | path

Searched refs:MovePersistentFile (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_histogram_allocator_unittest.cc629 TEST_F(PersistentHistogramAllocatorTest, MovePersistentFile) { in TEST_F() argument
647 EXPECT_TRUE(allocator->MovePersistentFile(new_temp_dir.GetPath())); in TEST_F()
H A Dpersistent_histogram_allocator.h485 bool MovePersistentFile(const FilePath& dir);
H A Dpersistent_histogram_allocator.cc1023 bool GlobalHistogramAllocator::MovePersistentFile(const FilePath& dir) { in MovePersistentFile() function in base::GlobalHistogramAllocator
/aosp_15_r20/external/cronet/components/metrics/
H A Dpersistent_histograms.cc317 return allocator->MovePersistentFile(deferred_metrics_dir); in DeferBrowserMetrics()