Home
last modified time | relevance | path

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

/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()
/openbmc/entity-manager/src/
H A Dentity_manager.cpp831 std::vector<std::filesystem::path> jsonPaths; in loadConfigurations() local
835 R"(.*\.json)", jsonPaths)) in loadConfigurations()
861 for (auto& jsonPath : jsonPaths) in loadConfigurations()