Home
last modified time | relevance | path

Searched refs:jsonPaths (Results 1 – 2 of 2) sorted by relevance

/openbmc/entity-manager/src/entity_manager/
H A Dconfiguration.cpp33 std::vector<std::filesystem::path> jsonPaths; in loadConfigurations() local
34 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()
/openbmc/phosphor-ipmi-flash/bmc/
H A Dbuildjson.hpp69 std::vector<std::string> jsonPaths = GetJsonList(directory); in buildHandlerConfigs() local
70 for (const auto& path : jsonPaths) in buildHandlerConfigs()