Home
last modified time | relevance | path

Searched defs:WritablePaths (Results 1 – 5 of 5) sorted by relevance

/aosp12/build/soong/android/
H A Drule_builder.go470 func (r *RuleBuilder) depFileMergerCmd(depFiles WritablePaths) *RuleBuilderCommand {
1111 func (c *RuleBuilderCommand) Outputs(paths WritablePaths) *RuleBuilderCommand {
1144 func (c *RuleBuilderCommand) ImplicitOutputs(paths WritablePaths) *RuleBuilderCommand {
1160 func (c *RuleBuilderCommand) ImplicitSymlinkOutputs(paths WritablePaths) *RuleBuilderCommand {
1176 func (c *RuleBuilderCommand) SymlinkOutputs(paths WritablePaths) *RuleBuilderCommand {
H A Dproto.go126 outDir WritablePath, depFile WritablePath, outputs WritablePaths) {
H A Dpaths.go860 type WritablePaths []WritablePath type
/aosp12/build/soong/java/
H A Daapt2.go180 compiledRes, compiledOverlay, assetPackages android.Paths, splitPackages android.WritablePaths) {
/aosp12/build/soong/cc/
H A Dbuilder.go734 …bool, flags builderFlags, outputFile android.WritablePath, implicitOutputs android.WritablePaths) {