Lines Matching refs:statResponse
410 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) {
1267 statResponse: updatedStats,
1271 if node.statResponse.ModTime != 0 {
1281 func (f *Finder) statDirSync(path string) statResponse {
1285 var stats statResponse
1293 stats = statResponse{}