Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator_unittest.cc143 GlobalHistogramAllocator::ParseFilePath(path, &name, nullptr, nullptr)); in TEST_F()
145 GlobalHistogramAllocator::ParseFilePath(path, nullptr, &stamp, nullptr)); in TEST_F()
147 GlobalHistogramAllocator::ParseFilePath(path, nullptr, nullptr, &pid)); in TEST_F()
153 GlobalHistogramAllocator::ParseFilePath(path, &name, &stamp, &pid)); in TEST_F()
Dpersistent_histogram_allocator.h394 static bool ParseFilePath(const FilePath& path,
Dpersistent_histogram_allocator.cc762 bool GlobalHistogramAllocator::ParseFilePath(const FilePath& path, in ParseFilePath() function in base::GlobalHistogramAllocator