Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_dump.cpp39 static constexpr auto resDumpDirPath = "/var/lib/pldm/resourcedump/1"; variable
239 if (fs::exists(resDumpDirPath)) in fileAck()
241 fs::remove_all(resDumpDirPath); in fileAck()
333 return transferFileData(resDumpDirPath, true, offset, length, address); in readIntoMemory()
343 return readFile(resDumpDirPath, offset, length, response); in read()
/openbmc/pldm/oem/ibm/requester/
H A Ddbus_to_file_handler.cpp135 const fs::path resDumpDirPath = "/var/lib/pldm/resourcedump"; in processNewResourceDump() local
137 if (!fs::exists(resDumpDirPath)) in processNewResourceDump()
139 fs::create_directories(resDumpDirPath); in processNewResourceDump()
144 fs::path resDumpFilePath = resDumpDirPath / "1"; in processNewResourceDump()