Searched refs:RemovablePath (Results 1 – 3 of 3) sorted by relevance
12 struct RemovablePath struct16 explicit RemovablePath(const fs::path& path) : path(path) {} in RemovablePath() function17 ~RemovablePath() in ~RemovablePath() argument26 RemovablePath(const RemovablePath& other) = delete;27 RemovablePath& operator=(const RemovablePath& other) = delete;28 RemovablePath(RemovablePath&&) = delete;29 RemovablePath& operator=(RemovablePath&&) = delete;
44 struct RemovablePath struct48 explicit RemovablePath(const fs::path& path) : path(path) {} in RemovablePath() function49 ~RemovablePath() in ~RemovablePath() argument58 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()
75 softwareUtils::RemovablePath tmpDirToRemove(tmpDirPath); in processImage()