Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bmc/usb/
H A Dusb_manager.cpp51 imageDstPath = dstPath; in copyImage()
118 int fd = open(imageDstPath.c_str(), O_RDONLY); in run()
121 lg2::error("Failed to open {PATH}", "PATH", imageDstPath); in run()
H A Dusb_manager.hpp124 fs::path imageDstPath; member in phosphor::usb::USBManager