Home
last modified time | relevance | path

Searched refs:PathForBazelOut (Results 1 – 8 of 8) sorted by relevance

/build/soong/android/
Dfilegroup.go121 src := PathForBazelOut(ctx, p)
Dbazel_paths.go353 func PathForBazelOut(ctx PathContext, paths ...string) BazelOutPath { func
375 outs = append(outs, PathForBazelOut(ctx, p))
Dbazel_handler.go741 cmd.ImplicitOutput(PathForBazelOut(ctx, outputPath))
744 cmd.Implicit(PathForBazelOut(ctx, inputPath))
748 cmd.ImplicitDepFile(PathForBazelOut(ctx, *depfile))
/build/soong/cc/
Dlibrary_headers.go70 outputPath := android.PathForBazelOut(ctx, outputPaths[0])
Dobject.go64 handler.module.outputFile = android.OptionalPathForPath(android.PathForBazelOut(ctx, objPaths[0]))
Dprebuilt.go361 out := android.PathForBazelOut(ctx, staticLibs[0])
Dlibrary.go554 outputFilePath := android.PathForBazelOut(ctx, outputPaths[0])
559 objFiles[i] = android.PathForBazelOut(ctx, objPath)
/build/soong/genrule/
Dgenrule.go234 bazelOutputFiles = append(bazelOutputFiles, android.PathForBazelOut(ctx, bazelOutputFile))
240 c.exportedIncludeDirs = append(c.exportedIncludeDirs, android.PathForBazelOut(ctx, includePath))