Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/usb/
H A Dusb_manager.cpp32 fs::path dstPath{IMG_UPLOAD_DIR / p.path().filename()}; in run() local
33 if (fs::exists(dstPath, ec)) in run()
44 return fs::copy_file(fs::absolute(p.path()), dstPath); in run()