Home | History | Annotate | Download | only in blueprint

Lines Matching refs:fromInfo

1363 	var fromInfo, toInfo *moduleInfo
1366 fromInfo = m
1370 if fromInfo != nil {
1376 if fromInfo == nil || toInfo == nil {
1381 fromInfo.directDeps = append(fromInfo.directDeps, depInfo{toInfo, tag})