Home
last modified time | relevance | path

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

/aosp12/build/soong/finder/
H A Dfinder.go406 type statResponse struct { struct
407 ModTime int64
408 Inode uint64
409 Device uint64
414 statResponse anonMember
465 statResponse anonMember
1044 func (f *Finder) isInfoUpToDate(old statResponse, new statResponse) (equal bool) {