Home
last modified time | relevance | path

Searched defs:ninjaWriter (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/
Dninja_writer.go32 type ninjaWriter struct { struct
33 writer io.Writer
35 justDidBlankLine bool // true if the last operation was a BlankLine
44 func (n *ninjaWriter) Comment(comment string) error {
94 func (n *ninjaWriter) Pool(name string) error {
100 func (n *ninjaWriter) Rule(name string) error {
106 func (n *ninjaWriter) Build(comment string, rule string, outputs, implicitOuts,
164 func (n *ninjaWriter) Assign(name, value string) error {
170 func (n *ninjaWriter) ScopedAssign(name, value string) error {
176 func (n *ninjaWriter) Default(targets ...string) error {
[all …]
Dninja_defs.go429 func writeVariables(nw *ninjaWriter, variables map[string]*ninjaString,