Searched refs:PlatformShimWrapper (Results 1 – 3 of 3) sorted by relevance
264 struct PlatformShimWrapper { struct265 PlatformShimWrapper(std::vector<fs::FolderManager>* folders, bool enable_log) noexcept;266 ~PlatformShimWrapper() noexcept;267 PlatformShimWrapper(PlatformShimWrapper const&) = delete;268 PlatformShimWrapper& operator=(PlatformShimWrapper const&) = delete; argument371 PlatformShimWrapper platform_shim;
139 PlatformShimWrapper::PlatformShimWrapper(std::vector<fs::FolderManager>* folders, bool enable_log) … in PlatformShimWrapper() function in PlatformShimWrapper154 PlatformShimWrapper::~PlatformShimWrapper() noexcept { platform_shim->reset(); } in ~PlatformShimWrapper()
162 * PlatformShimWrapper - opens and configures the platform specific shim library