| 496 | } |
| 497 | |
| 498 | std::string GrSettings::GetGrDataPath() { |
| 499 | return gr_data_path_; |
| 500 | } |
| 501 | |
| 502 | std::string GrSettings::GetGrDataCachePath() { |
| 503 | return gr_data_path_ + "/cache"; |
nothing calls this directly
no outgoing calls
no test coverage detected