Home
last modified time | relevance | path

Searched refs:Stem (Results 1 – 15 of 15) sorted by relevance

/build/soong/rust/
Dtest.go72 stem := String(test.baseCompiler.Properties.Stem)
86 stem := String(test.baseCompiler.Properties.Stem)
136 test.baseCompiler.Properties.Stem = StringPtr(name)
141 test.baseCompiler.Properties.Stem = StringPtr("")
Dcompiler.go90 Stem *string `android:"arch_variant"` member
242 if String(compiler.Properties.Stem) != "" {
243 stem = String(compiler.Properties.Stem)
Dproc_macro.go30 Stem *string `android:"arch_variant"` member
/build/soong/python/
Dbinary.go37 Stem *string `android:"arch_variant"` member
163 if String(binary.binaryProperties.Stem) != "" {
164 stem = String(binary.binaryProperties.Stem)
/build/soong/apex/
Dandroidmk.go178 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", strings.TrimSuffix(fi.Stem(), ".jar"))
194 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", strings.TrimSuffix(fi.Stem(), ".apk"))
213 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", fi.Stem())
225 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", fi.Stem())
Dapex.go1300 return af.apexRelativePath(af.Stem())
1303 func (af *apexFile) Stem() string { func
1758 Stem() string methodSpec
1774 af.stem = lib.Stem() + ".jar"
2030 provideNativeLibs = append(provideNativeLibs, fi.Stem())
2156 requireNativeLibs = append(requireNativeLibs, af.Stem())
Dbuilder.go664 target := ctx.InstallFile(android.PathForModuleInstall(ctx, dir), fi.Stem(), fi.builtFile)
/build/soong/java/
Djava.go352 Stem *string member
1867 func (j *Module) Stem() string { func
1868 return proptools.StringDefault(j.deviceProperties.Stem, j.Name())
1938 j.dexpreopter.installPath = android.PathForModuleInstall(ctx, "framework", j.Stem()+".jar")
1954 j.Stem()+".jar", j.outputFile, extraInstallDeps...)
2466 Stem *string member
2509 func (j *Import) Stem() string { func
2510 return proptools.StringDefault(j.properties.Stem, j.ModuleBase.Name())
2524 jarName := j.Stem() + ".jar"
2688 Stem *string member
[all …]
Dandroidmk.go53 entries.SetString("LOCAL_MODULE_STEM", library.Stem()+"-hostdex")
133 entries.SetString("LOCAL_MODULE_STEM", library.Stem())
200 entries.SetString("LOCAL_MODULE_STEM", prebuilt.Stem())
228 entries.SetString("LOCAL_MODULE_STEM", prebuilt.Stem())
Dsdk_library.go2023 func (module *SdkLibraryImport) Stem() string { func
/build/soong/cc/
Dbinary.go30 Stem *string `android:"arch_variant"` member
118 if String(binary.Properties.Stem) != "" {
119 stem = String(binary.Properties.Stem)
Dtest.go164 stem := test.binaryDecorator.Properties.Stem
170 test.binaryDecorator.Properties.Stem = StringPtr(name)
175 test.binaryDecorator.Properties.Stem = StringPtr("")
Dandroidmk.go357 entries.SubName = "_" + String(test.binaryDecorator.Properties.Stem)
Dlibrary.go72 Stem *string `android:"arch_variant"` member
706 name = String(library.Properties.Stem)
/build/soong/sysprop/
Dsysprop_library.go348 Stem *string member
475 Stem: proptools.StringPtr(m.BaseModuleName()),