Searched refs:jsonPaths (Results 1 – 2 of 2) sorted by relevance
33 std::vector<std::filesystem::path> jsonPaths; in loadConfigurations() local34 if (!findFiles(configurationDirectories, R"(.*\.json)", jsonPaths)) in loadConfigurations()66 for (auto& jsonPath : jsonPaths) in loadConfigurations()106 "NCONFIGS", configurations.size(), "NFILES", jsonPaths.size(), "MILLIS", in loadConfigurations()
69 std::vector<std::string> jsonPaths = GetJsonList(directory); in buildHandlerConfigs() local70 for (const auto& path : jsonPaths) in buildHandlerConfigs()