Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/requester/
H A Ddbus_to_file_handler.cpp146 fs::path resDumpFilePath = resDumpDirPath / "1"; in processNewResourceDump() local
149 fileHandle.open(resDumpFilePath, std::ios::out | std::ofstream::binary); in processNewResourceDump()
154 resDumpFilePath); in processNewResourceDump()
189 size_t fileSize = fs::file_size(resDumpFilePath); in processNewResourceDump()