Home
last modified time | relevance | path

Searched defs:OutputPath (Results 1 – 13 of 13) sorted by relevance

/aosp12/build/soong/bp2build/
H A Dbp2build.go42 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 Dsystem_image.go44 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 Dbootimg.go220 func (b *bootimg) signImage(ctx android.ModuleContext, unsignedImage android.OutputPath) android.Ou…
279 func (b *bootimg) OutputPath() android.Path { func
H A Dlogical_partition.go227 func (l *logicalPartition) OutputPath() android.Path { func
H A Dvbmeta.go259 func (v *vbmeta) OutputPath() android.Path { func
H A Dfilesystem.go427 func (f *filesystem) OutputPath() android.Path { func
/aosp12/build/soong/java/
H A Dhiddenapi.go136 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 Dapp_import.go176 ctx android.ModuleContext, inputPath android.Path, outputPath android.OutputPath) {
213 ctx android.ModuleContext, inputPath android.Path, outputPath android.OutputPath) {
H A Ddexpreopt_bootjars.go350 func (image bootImageConfig) moduleFiles(ctx android.PathContext, dir android.OutputPath, exts ...s…
/aosp12/build/soong/linkerconfig/
H A Dlinkerconfig.go104 input android.Path, otherModules []android.Module, output android.OutputPath) {
/aosp12/build/soong/android/
H A Dbazel_paths.go341 OutputPath anonMember
H A Dpaths.go1115 type OutputPath struct { struct
1116 basePath
1119 buildDir string
1121 fullPath string
1341 OutputPath anonMember
H A Dconfig.go1656 func (l *ConfiguredJarList) BuildPaths(ctx PathContext, dir OutputPath) WritablePaths {
1666 func (l *ConfiguredJarList) BuildPathsByModule(ctx PathContext, dir OutputPath) map[string]Writable…