go/build.Context.IsAbsPath (field)

3 uses

	go/build (current package)
		build.go#L90: 	IsAbsPath func(path string) bool
		build.go#L133: 	if f := ctxt.IsAbsPath; f != nil {
		build.go#L1081: 		ctxt.JoinPath != nil || ctxt.SplitPathList != nil || ctxt.IsAbsPath != nil || ctxt.IsDir != nil || ctxt.HasSubdir != nil || ctxt.ReadDir != nil || ctxt.OpenFile != nil || !equal(ctxt.ToolTags, defaultToolTags) || !equal(ctxt.ReleaseTags, defaultReleaseTags) {