Home
last modified time | relevance | path

Searched refs:FlagWithDepFile (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dproto.go140 FlagWithDepFile("--dependency_out=", depFile).
Drule_builder_test.go256 FlagWithDepFile("FlagWithDepFile=", PathForOutput(ctx, "depfile")).
Drule_builder.go489 func (c *RuleBuilderCommand) FlagWithDepFile(flag string, path WritablePath) *RuleBuilderCommand { func