Lines Matching defs:split
117 std::vector<std::string> split;
118 bmcweb::split(split, filename, '.');
119 if (split.empty())
123 schemaNames.emplace_back(split[0]);
159 std::vector<std::string> split;
160 bmcweb::split(split, filename, '.');
161 if (split.empty())
165 BMCWEB_LOG_DEBUG("Checking {}", split[0]);
166 if (split[0] != schema)