Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/
H A Dsoftware_utils.hpp12 struct RemovablePath struct
16 explicit RemovablePath(const fs::path& path) : path(path) {} in RemovablePath() function
17 ~RemovablePath() in ~RemovablePath() argument
26 RemovablePath(const RemovablePath& other) = delete;
27 RemovablePath& operator=(const RemovablePath& other) = delete;
28 RemovablePath(RemovablePath&&) = delete;
29 RemovablePath& operator=(RemovablePath&&) = delete;
H A Dimage_manager.cpp44 struct RemovablePath struct
48 explicit RemovablePath(const fs::path& path) : path(path) {} in RemovablePath() function
49 ~RemovablePath() in ~RemovablePath() argument
58 RemovablePath(const RemovablePath& other) = delete;
59 RemovablePath& operator=(const RemovablePath& other) = delete;
60 RemovablePath(RemovablePath&&) = delete;
61 RemovablePath& operator=(RemovablePath&&) = delete;
92 RemovablePath tarPathRemove(tarFilePath); in processImage()
106 RemovablePath tmpDirToRemove(tmpDirPath); in processImage()
H A Dupdate_manager.cpp75 softwareUtils::RemovablePath tmpDirToRemove(tmpDirPath); in processImage()