Home
last modified time | relevance | path

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

/openbmc/sdbusplus/test/exception/
H A Dsdbus_error.cpp47 std::exception& stdErr = sdbusErr; in TEST() local
48 EXPECT_EQ(prefix + ": " + error.name + ": " + error.message, stdErr.what()); in TEST()
/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp118 static constexpr auto stdErr = "Standard"; variable
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1432 errType = stdErr; in parseSelData()