Home
last modified time | relevance | path

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

/openbmc/openpower-debug-collector/watchdog/
H A Dffdc_file.cpp35 tempFile.remove(); in ~FFDCFile()
41 int fd = open(tempFile.getPath().c_str(), O_RDWR); in prepareFFDCFile()
54 "FILE", tempFile.getPath(), "ERRNO", errno, "ERRORMSG", in prepareFFDCFile()
63 "FILE", tempFile.getPath(), "WRITTEN", rc, "TOTAL", in prepareFFDCFile()
73 "FILE", tempFile.getPath(), "ERRNO", errno, "ERRORMSG", in prepareFFDCFile()
H A Dffdc_file.hpp71 return tempFile.getPath(); in getPath()
81 TemporaryFile tempFile{}; member in watchdog::dump::FFDCFile
/openbmc/openpower-hw-diags/util/
H A Dffdc_file.cpp19 int fd = open(tempFile.getPath().c_str(), O_RDWR);
42 tempFile.remove(); in remove()
H A Dffdc_file.hpp91 return tempFile.getPath(); in getPath()
145 TemporaryFile tempFile{}; member in util::FFDCFile
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dffdc_file.cpp35 int fd = open(tempFile.getPath().c_str(), O_RDWR);
58 tempFile.remove(); in remove()
H A Dffdc_file.hpp108 return tempFile.getPath(); in getPath()
162 TemporaryFile tempFile{}; member in phosphor::power::regulators::FFDCFile