| 47 | } |
| 48 | |
| 49 | std::string GetTilesDir(std::string const & tilesDir, std::string const & profileName) |
| 50 | { |
| 51 | return base::JoinPath(tilesDir, profileName); |
| 52 | } |
| 53 | |
| 54 | void AppendTileProfile(std::string const & fileName, std::string const & profileName) |
| 55 | { |
no test coverage detected