Home
last modified time | relevance | path

Searched refs:setDistro (Results 1 – 11 of 11) sorted by relevance

/dports/security/vuls/vuls-0.13.7/scan/
H A Dsuse.go44 s.setDistro(name, ver)
55 s.setDistro(config.OpenSUSE, result[1])
66 s.setDistro(config.SUSEEnterpriseServer,
H A Dredhatbase.go37 ora.setDistro(config.Oracle, release)
57 cent.setDistro(config.CentOS, release)
82 cent.setDistro(config.CentOS, release)
87 rhel.setDistro(config.RedHat, release)
111 amazon.setDistro(family, release)
H A Dpseudo.go16 p.setDistro(config.ServerTypePseudo, "")
H A Ddebian.go66 deb.setDistro(distro, trim(result[2]))
80 deb.setDistro("debian/ubuntu", "unknown")
85 deb.setDistro(distro, trim(result[2]))
101 deb.setDistro("debian/ubuntu", "unknown")
104 deb.setDistro(distro, trim(result[2]))
112 deb.setDistro(config.Debian, trim(r.Stdout))
H A Dalpine.go43 os.setDistro(config.Alpine, strings.TrimSpace(r.Stdout))
H A Dfreebsd.go44 bsd.setDistro(config.FreeBSD, rel)
H A Dserverapi.go37 setDistro(string, string) methodSpec
H A Dbase.go57 func (l *base) setDistro(fam, rel string) { func
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/
H A DCheckAndPromptNativePackageWindowsRegistry.java77 ((NativeTouchpoint) getTouchpoint()).setDistro(WINDOWS_DISTRO); in execute()
H A DCheckAndPromptNativePackage.java76 ((NativeTouchpoint) getTouchpoint()).setDistro(distro); in execute()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/
H A DNativeTouchpoint.java196 public void setDistro(String distro) { in setDistro() method in NativeTouchpoint