Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bmc/usb/
H A Dusb_manager.hpp31 const fs::path& usbPath) : in USBManager() argument
32 ctx(ctx), devicePath(devPath), usbPath(usbPath) in USBManager()
52 const fs::path& devPath, const fs::path& usbPath) : in USBManager() argument
59 devicePath(devPath), usbPath(usbPath) in USBManager()
64 "USBPATH", usbPath); in USBManager()
121 const fs::path& usbPath; member in phosphor::usb::USBManager
H A Dusb_manager_main.cpp27 fs::path usbPath = fs::path{"/run/media/usb"} / deviceName; in main()
32 phosphor::usb::USBManager manager(ctx, devicePath, usbPath); in main()
43 phosphor::usb::USBManager manager(bus, event, devicePath, usbPath); in main()
H A Dusb_manager.cpp24 fs::path dir(usbPath); in copyImage()
27 auto rc = mount(devicePath.c_str(), usbPath.c_str(), "vfat", 0, NULL); in copyImage()