Searched refs:DepFile (Results 1 – 4 of 4) sorted by relevance
/build/blueprint/bootstrap/ |
D | command.go | 37 DepFile string member 67 flag.StringVar(&CmdlineArgs.DepFile, "d", "", "the dependency file to output") 91 err := deptools.WriteDepFile(CmdlineArgs.DepFile, CmdlineArgs.OutFile, ninjaDeps) 93 fatalf("Cannot write depfile '%s': %s", CmdlineArgs.DepFile, err)
|
/build/soong/cmd/soong_build/ |
D | main.go | 129 …err = deptools.WriteDepFile(shared.JoinPath(topDir, secondArgs.DepFile), secondArgs.OutFile, ninja… 131 fmt.Fprintf(os.Stderr, "Error writing depfile '%s': %s\n", secondArgs.DepFile, err) 202 …err := deptools.WriteDepFile(shared.JoinPath(topDir, blueprintArgs.DepFile), blueprintArgs.OutFile… 204 fmt.Fprintf(os.Stderr, "Error writing depfile '%s': %s\n", blueprintArgs.DepFile, err)
|
/build/soong/android/ |
D | rule_builder_test.go | 308 DepFile(PathForOutput(ctx, "module/DepFile")). 333 DepFile(PathForOutput(ctx, "module/depfile2")).
|
D | rule_builder.go | 1130 func (c *RuleBuilderCommand) DepFile(path WritablePath) *RuleBuilderCommand { func
|