Home
last modified time | relevance | path

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

/build/soong/bp2build/
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 {
/build/soong/android/
Dpaths.go1115 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 …]
Dbazel_paths.go341 OutputPath anonMember
/build/soong/filesystem/
Dfilesystem.go418 OutputPath() android.Path methodSpec
427 func (f *filesystem) OutputPath() android.Path { func
Dlogical_partition.go227 func (l *logicalPartition) OutputPath() android.Path { func
Dbootimg.go279 func (b *bootimg) OutputPath() android.Path { func
Dvbmeta.go259 func (v *vbmeta) OutputPath() android.Path { func
/build/soong/linkerconfig/
Dlinkerconfig.go104 input android.Path, otherModules []android.Module, output android.OutputPath) {
/build/soong/java/
Dhiddenapi.go249 …Context, dexInput, flagsCSV android.Path, uncompressDex bool, outputDir android.OutputPath) androi…