Home
last modified time | relevance | path

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

/openbmc/libcper/tests/
H A Dtest-utils.cpp148 int schema_validate_from_file(const char *schema_file_path, in schema_validate_from_file() argument
153 nlohmann::json schema_root = loadJson(schema_file_path); in schema_validate_from_file()
155 std::cerr << "Could not open schema file: " << schema_file_path in schema_validate_from_file()
160 fs::path pathObj(schema_file_path); in schema_validate_from_file()