Home
last modified time | relevance | path

Searched defs:RemovablePath (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/
H A Dsoftware_utils.hpp12 struct RemovablePath struct
14 fs::path path;
16 explicit RemovablePath(const fs::path& path) : path(path) {} in RemovablePath() argument
17 ~RemovablePath() in ~RemovablePath()
H A Dimage_manager.cpp44 struct RemovablePath struct
46 fs::path path;
48 explicit RemovablePath(const fs::path& path) : path(path) {} in RemovablePath() argument
49 ~RemovablePath() in ~RemovablePath()