/aosp_15_r20/build/soong/cc/ |
H A D | strip.go | 62 … (stripper *Stripper) strip(actx android.ModuleContext, in android.Path, out android.ModuleOutPath, 87 out android.ModuleOutPath, flags StripFlags) { 94 …r *Stripper) StripStaticLib(actx android.ModuleContext, in android.Path, out android.ModuleOutPath,
|
H A D | library.go | 431 apiListCoverageXmlPath android.ModuleOutPath 728 getAPIListCoverageXMLPath() android.ModuleOutPath 1994 func (library *libraryDecorator) getAPIListCoverageXMLPath() android.ModuleOutPath { 2391 func maybeInjectBoringSSLHash(ctx android.ModuleContext, outputFile android.ModuleOutPath, argument 2392 inject *bool, fileName string) android.ModuleOutPath {
|
H A D | builder.go | 771 …flags builderFlags, outputFile android.ModuleOutPath, deps android.Paths, validations android.Path… argument 999 var outputFile android.ModuleOutPath
|
H A D | coverage.go | 357 func parseSymbolFileForAPICoverage(ctx ModuleContext, symbolFile string) android.ModuleOutPath {
|
H A D | ndk_library.go | 125 parsedCoverageXmlPath android.ModuleOutPath
|
/aosp_15_r20/build/soong/android/ |
H A D | paths.go | 1743 type ModuleOutPath struct { struct 1747 func (p ModuleOutPath) RelativeToTop() Path { argument 1752 var _ Path = ModuleOutPath{} 1753 var _ WritablePath = ModuleOutPath{} 1755 func (p ModuleOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { argument 1774 func PathForModuleOut(ctx ModuleOutPathContext, paths ...string) ModuleOutPath { 1779 return ModuleOutPath{ 1787 ModuleOutPath anonMember 1808 ModuleOutPath: ModuleOutPath{ 1837 ModuleOutPath anonMember [all …]
|
H A D | build_prop.go | 198 func (r *RuleBuilder) appendText(path ModuleOutPath, text string) { argument 202 func (r *RuleBuilder) appendTextf(path ModuleOutPath, format string, a ...any) { argument
|
H A D | init.go | 24 gob.Register(ModuleOutPath{})
|
H A D | soong_config_modules_test.go | 38 outputPath ModuleOutPath
|
/aosp_15_r20/build/soong/rust/ |
H A D | strip.go | 30 …ripper) StripExecutableOrSharedLib(ctx ModuleContext, in android.Path, out android.ModuleOutPath) {
|
H A D | compiler.go | 273 cachedCargoOutDir android.ModuleOutPath
|
H A D | builder.go | 517 flags Flags) android.ModuleOutPath {
|
H A D | library.go | 535 var outputFile android.ModuleOutPath
|
/aosp_15_r20/build/soong/bloaty/ |
H A D | bloaty.go | 96 filePath := path.(android.ModuleOutPath)
|
/aosp_15_r20/system/sepolicy/build/soong/ |
H A D | validate_bindings.go | 54 testTimestamp android.ModuleOutPath
|
H A D | mac_permissions.go | 54 outputPath android.ModuleOutPath
|
H A D | sepolicy_freeze.go | 45 freezeTestTimestamp android.ModuleOutPath
|
H A D | compat_cil.go | 136 compatTestTimestamp android.ModuleOutPath
|
/aosp_15_r20/build/soong/java/ |
H A D | app_set.go | 66 apkcertsFile android.ModuleOutPath
|
H A D | droiddoc.go | 922 srcJarDir android.ModuleOutPath, srcJars android.Paths) android.OutputPath { argument 942 func zipSyncCleanupCmd(rule *android.RuleBuilder, srcJarDir android.ModuleOutPath) { argument
|
H A D | robolectric.go | 247 func generateSameDirRoboTestConfigJar(ctx android.ModuleContext, outputFile android.ModuleOutPath) { argument
|
H A D | droidstubs.go | 235 srcJarDir android.ModuleOutPath
|
H A D | app.go | 223 javaApiUsedByOutputFile android.ModuleOutPath
|
/aosp_15_r20/build/soong/apex/ |
H A D | apex.go | 519 nativeApisUsedByModuleFile android.ModuleOutPath 520 nativeApisBackedByModuleFile android.ModuleOutPath 521 javaApisUsedByModuleFile android.ModuleOutPath
|