Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp61 static constexpr const char* selEraseTimestamp = "/var/lib/ipmi/sel_erase_time"; variable
66 int fd = open(selEraseTimestamp, O_WRONLY | O_CREAT | O_CLOEXEC, 0644); in save()
84 return getFileTimestamp(selEraseTimestamp); in get()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp59 static constexpr const char* selEraseTimestamp = "/var/lib/ipmi/sel_erase_time"; variable
63 return getFileTimestamp(selEraseTimestamp); in get()