Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_vpd.cpp59 constexpr auto keywrdFilePath = "/tmp/pldm/vpdKeywrd.bin"; in read() local
68 std::ofstream keywrdFile(keywrdFilePath); in read()
69 auto fd = open(keywrdFilePath, std::ios::out | std::ofstream::binary); in read()
74 "PATH", keywrdFilePath, "ERROR_NUM", errno); in read()
104 error("Error while writing to file '{PATH}'", "PATH", keywrdFilePath); in read()
108 auto rc = readFile(keywrdFilePath, offset, keywrdSize, response); in read()
109 fs::remove(keywrdFilePath); in read()