Searched refs:configPath_ (Results 1 – 2 of 2) sorted by relevance
93 return configPath_; in GetConfig()204 if (!configPath_.empty()) { in AddConfig()205 cerr << "Error: double config.json " << configPath_ << " vs " << argValue << endl; in AddConfig()209 configPath_ = argValue; in AddConfig()
93 std::string configPath_; variable