Lines Matching refs:tools
276 var tools android.Paths
312 tools = append(tools, path.Path())
319 tools = append(tools, toolPath)
354 tools = append(tools, paths...)
500 cmd.ImplicitTools(tools)
841 tools := bazel.MakeLabelListAttribute(tools_prop)
845 allReplacements.Append(tools.Value)
854 if len(tools.Value.Includes) > 0 {
855 …cmd = strings.Replace(cmd, "$(location)", fmt.Sprintf("$(location %s)", tools.Value.Includes[0].La…
856 …cmd = strings.Replace(cmd, "$(locations)", fmt.Sprintf("$(locations %s)", tools.Value.Includes[0].…
883 Tools: tools,