Searched defs:ModuleOutPath (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/build/soong/android/ |
H A D | build_prop.go | 198 func (r *RuleBuilder) appendText(path ModuleOutPath, text string) { 202 func (r *RuleBuilder) appendTextf(path ModuleOutPath, format string, a ...any) {
|
H A D | paths.go | 1743 type ModuleOutPath struct { struct 1744 OutputPath 1747 func (p ModuleOutPath) RelativeToTop() Path { 1755 func (p ModuleOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { 1787 ModuleOutPath anonMember 1837 ModuleOutPath anonMember 1861 ModuleOutPath anonMember
|
/aosp_15_r20/build/soong/java/ |
H A D | droiddoc.go | 922 srcJarDir android.ModuleOutPath, srcJars android.Paths) android.OutputPath { 942 func zipSyncCleanupCmd(rule *android.RuleBuilder, srcJarDir android.ModuleOutPath) {
|
H A D | robolectric.go | 247 func generateSameDirRoboTestConfigJar(ctx android.ModuleContext, outputFile android.ModuleOutPath) {
|
/aosp_15_r20/build/soong/cc/ |
H A D | builder.go | 771 …flags builderFlags, outputFile android.ModuleOutPath, deps android.Paths, validations android.Path…
|
H A D | library.go | 2391 func maybeInjectBoringSSLHash(ctx android.ModuleContext, outputFile android.ModuleOutPath,
|