Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go403 type statResponse struct { struct
411 statResponse anonMember
462 statResponse anonMember
568 pathAndStats{statResponse: m.statResponse, Path: path},
717 statResponse: statResponse{
803 stats := make([]statResponse, len(cachedNodes))
815 container.mapNode = mapNode{statResponse: updated}
819 if !f.isInfoUpToDate(cachedNode.statResponse, updated) && updated.ModTime != 0 {
1041 func (f *Finder) isInfoUpToDate(old statResponse, new statResponse) (equal bool) {
1257 if !f.isInfoUpToDate(node.statResponse, updatedStats) {
[all …]