ASSERT_EQ(*system_share, stats.st_gid) << "Invalid gid: " << cache_path;
}
-void ValidatePackageFS(const std::string& pkgid, const std::string& appid,
+void ValidatePackageFS(const std::string& pkgid, const std::string&,
uid_t uid, gid_t gid) {
bf::path root_path = ci::GetRootAppPath(false, uid);
bf::path package_path = root_path / pkgid;
BackupPath(path);
}
void TearDown() override {
- // TODO(s89.jang): Uninstall smoke packages to clear security context
+ // TODO(s89.jang): Uninstall smoke packages to clear security context
for (auto& path : backups_)
RestorePath(path);
}