Searched refs:ParseFilePath (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_histogram_allocator_unittest.cc | 143 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()
|
D | persistent_histogram_allocator.h | 394 static bool ParseFilePath(const FilePath& path,
|
D | persistent_histogram_allocator.cc | 762 bool GlobalHistogramAllocator::ParseFilePath(const FilePath& path, in ParseFilePath() function in base::GlobalHistogramAllocator
|