Searched refs:resDumpDirPath (Results 1 – 2 of 2) sorted by relevance
39 static constexpr auto resDumpDirPath = "/var/lib/pldm/resourcedump/1"; variable239 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()
137 const fs::path resDumpDirPath = "/var/lib/pldm/resourcedump"; in processNewResourceDump() local139 if (!fs::exists(resDumpDirPath)) in processNewResourceDump()141 fs::create_directories(resDumpDirPath); in processNewResourceDump()146 fs::path resDumpFilePath = resDumpDirPath / "1"; in processNewResourceDump()