Home
last modified time | relevance | path

Searched defs:nssConf (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dnss.go30 nssConf *nssConf member
96 type nssConf struct { struct
97 mtime time.Time // time of nsswitch.conf modification
98 err error // any error encountered opening or parsing the file
99 sources map[string][]nssSource // keyed by database (e.g. "hosts")
Dconf_test.go450 func setSystemNSS(nss *nssConf, addDur time.Duration) {