Searched refs:ConstructFilePath (Results 1 – 3 of 3) sorted by relevance
743 FilePath GlobalHistogramAllocator::ConstructFilePath(const FilePath& dir, in ConstructFilePath() function in base::GlobalHistogramAllocator755 return ConstructFilePath( in ConstructFilePathForUploadDir()799 *out_base_path = ConstructFilePath(dir, name); in ConstructFilePaths()803 ConstructFilePath(dir, name.as_string().append("-active")); in ConstructFilePaths()807 *out_spare_path = ConstructFilePath(dir, name.as_string().append("-spare")); in ConstructFilePaths()826 ConstructFilePath(active_dir, name + std::string("-active")); in ConstructFilePathsForUploadDir()831 ConstructFilePath(active_dir, name + std::string("-spare")); in ConstructFilePathsForUploadDir()
385 static FilePath ConstructFilePath(const FilePath& dir, StringPiece name);
136 FilePath path = GlobalHistogramAllocator::ConstructFilePath(dir_path, "bar"); in TEST_F()