Home
last modified time | relevance | path

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

/openbmc/libcper/tests/
H A Dtest-utils.cpp160 fs::path pathObj(schema_file_path); in schema_validate_from_file() local
161 fs::path base_path = pathObj.parent_path(); in schema_validate_from_file()
/openbmc/bmcweb/include/ibm/
H A Dmanagement_console_rest.hpp242 const std::filesystem::path& pathObj = file.path(); in handleConfigFileList() local
243 if (std::filesystem::is_regular_file(pathObj)) in handleConfigFileList()
246 "/ibm/v1/Host/ConfigFiles/" + pathObj.filename().string()); in handleConfigFileList()