Searched defs:OutputPath (Results 1 – 13 of 13) sorted by relevance
/aosp12/build/soong/bp2build/ |
H A 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 {
|
/aosp12/build/soong/filesystem/ |
H A D | system_image.go | 44 func (s *systemImage) buildExtraFiles(ctx android.ModuleContext, root android.OutputPath) android.O… 50 func (s *systemImage) buildLinkerConfigFile(ctx android.ModuleContext, root android.OutputPath) and…
|
H A D | bootimg.go | 220 func (b *bootimg) signImage(ctx android.ModuleContext, unsignedImage android.OutputPath) android.Ou… 279 func (b *bootimg) OutputPath() android.Path { func
|
H A D | logical_partition.go | 227 func (l *logicalPartition) OutputPath() android.Path { func
|
H A D | vbmeta.go | 259 func (v *vbmeta) OutputPath() android.Path { func
|
H A D | filesystem.go | 427 func (f *filesystem) OutputPath() android.Path { func
|
/aosp12/build/soong/java/ |
H A D | hiddenapi.go | 136 func (h *hiddenAPI) hiddenAPIEncodeDex(ctx android.ModuleContext, dexJar android.OutputPath) androi… 249 …Context, dexInput, flagsCSV android.Path, uncompressDex bool, outputDir android.OutputPath) androi…
|
H A D | app_import.go | 176 ctx android.ModuleContext, inputPath android.Path, outputPath android.OutputPath) { 213 ctx android.ModuleContext, inputPath android.Path, outputPath android.OutputPath) {
|
H A D | dexpreopt_bootjars.go | 350 func (image bootImageConfig) moduleFiles(ctx android.PathContext, dir android.OutputPath, exts ...s…
|
/aosp12/build/soong/linkerconfig/ |
H A D | linkerconfig.go | 104 input android.Path, otherModules []android.Module, output android.OutputPath) {
|
/aosp12/build/soong/android/ |
H A D | bazel_paths.go | 341 OutputPath anonMember
|
H A D | paths.go | 1115 type OutputPath struct { struct 1116 basePath 1119 buildDir string 1121 fullPath string 1341 OutputPath anonMember
|
H A D | config.go | 1656 func (l *ConfiguredJarList) BuildPaths(ctx PathContext, dir OutputPath) WritablePaths { 1666 func (l *ConfiguredJarList) BuildPathsByModule(ctx PathContext, dir OutputPath) map[string]Writable…
|