Searched defs:OutputPath (Results 1 – 9 of 9) sorted by relevance
| /build/soong/bp2build/ |
| D | bp2build.go | 42 func getOrCreateOutputDir(outputDir android.OutputPath, ctx android.PathContext, dir string) androi… 49 func writeFiles(ctx android.PathContext, outputDir android.OutputPath, files []BazelFile) { 58 func writeFile(ctx android.PathContext, pathToFile android.OutputPath, content string) error {
|
| /build/soong/android/ |
| D | paths.go | 1115 type OutputPath struct { struct 1116 basePath 1119 buildDir string 1121 fullPath string 1124 func (p OutputPath) withRel(rel string) OutputPath { 1130 func (p OutputPath) WithoutRel() OutputPath { 1135 func (p OutputPath) getBuildDir() string { 1139 func (p OutputPath) RelativeToTop() Path { 1143 func (p OutputPath) outputPathRelativeToTop() OutputPath { 1149 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { [all …]
|
| D | bazel_paths.go | 341 OutputPath anonMember
|
| /build/soong/filesystem/ |
| D | filesystem.go | 418 OutputPath() android.Path methodSpec 427 func (f *filesystem) OutputPath() android.Path { func
|
| D | logical_partition.go | 227 func (l *logicalPartition) OutputPath() android.Path { func
|
| D | bootimg.go | 279 func (b *bootimg) OutputPath() android.Path { func
|
| D | vbmeta.go | 259 func (v *vbmeta) OutputPath() android.Path { func
|
| /build/soong/linkerconfig/ |
| D | linkerconfig.go | 104 input android.Path, otherModules []android.Module, output android.OutputPath) {
|
| /build/soong/java/ |
| D | hiddenapi.go | 249 …Context, dexInput, flagsCSV android.Path, uncompressDex bool, outputDir android.OutputPath) androi…
|