Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go410 type statResponse struct { struct
418 statResponse anonMember
469 statResponse anonMember
575 pathAndStats{statResponse: m.statResponse, Path: path},
724 statResponse: statResponse{
810 stats := make([]statResponse, len(cachedNodes))
822 container.mapNode = mapNode{statResponse: updated}
826 if !f.isInfoUpToDate(cachedNode.statResponse, updated) && updated.ModTime != 0 {
1049 func (f *Finder) isInfoUpToDate(old statResponse, new statResponse) (equal bool) {
1265 if !f.isInfoUpToDate(node.statResponse, updatedStats) {
[all …]