Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Di2c_occ.cpp19 constexpr auto DEVICE_NAME_LENGTH = 12; variable
24 static_assert(sizeof(I2C_OCC_DEVICE_NAME) - 1 == DEVICE_NAME_LENGTH);
36 std::string ret(DEVICE_NAME_LENGTH, 0); in getFileContent()
40 ifs.read(&ret[0], DEVICE_NAME_LENGTH); in getFileContent()