Home | History | Annotate | Download | only in net

Lines Matching refs:modTime

221 	ch          chan struct{} // guards lastChecked and modTime
223 modTime time.Time // time of resolv.conf modification
233 // Set dnsConfig, modTime, and lastChecked so we don't parse
241 conf.modTime = fi.ModTime()
269 if fi.ModTime().Equal(conf.modTime) {
272 conf.modTime = fi.ModTime()
274 // If modTime wasn't set prior, assume nothing has changed.
275 if conf.modTime.IsZero() {
278 conf.modTime = time.Time{}