Searched refs:configFileWithPath (Results 1 – 1 of 1) sorted by relevance
505 std::string configFileWithPath = configFile; in ParseConfig() local508 configFileWithPath = path + configFile; // add default path in ParseConfig()511 printf("Read config from %s\n", configFileWithPath.c_str()); in ParseConfig()513 if (!COMMON::ReadFile(configFileWithPath, validPaths, config)) { in ParseConfig()519 …printf("Error config file: %s\n", configFileWithPath.c_str()); // no config in command or config f… in ParseConfig()