Home
last modified time | relevance | path

Searched defs:ninjaWriter (Results 1 – 1 of 1) 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, explicitDeps, implicitDeps,
156 func (n *ninjaWriter) Assign(name, value string) error {
162 func (n *ninjaWriter) ScopedAssign(name, value string) error {
168 func (n *ninjaWriter) Default(targets ...string) error {
[all …]