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.cpp60 static constexpr const char* selEraseTimestamp = "/var/lib/ipmi/sel_erase_time"; variable
65 int fd = open(selEraseTimestamp, O_WRONLY | O_CREAT | O_CLOEXEC, 0644); in save()
83 return getFileTimestamp(selEraseTimestamp); in get()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp63 static constexpr const char* selEraseTimestamp = "/var/lib/ipmi/sel_erase_time"; variable
67 return getFileTimestamp(selEraseTimestamp); in get()