Home
last modified time | relevance | path

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

/build/soong/rust/
Dsource_provider.go23 Stem *string `android:"arch_variant"` member
62 if String(sp.Properties.Stem) != "" {
63 stem = String(sp.Properties.Stem)
Dcompiler.go94 Stem *string `android:"arch_variant"` member
247 if String(compiler.Properties.Stem) != "" {
248 stem = String(compiler.Properties.Stem)
/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.go186 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", strings.TrimSuffix(fi.Stem(), ".jar"))
202 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", strings.TrimSuffix(fi.Stem(), ".apk"))
221 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", fi.Stem())
233 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", fi.Stem())
Dapex.go1208 return af.apexRelativePath(af.Stem())
1211 func (af *apexFile) Stem() string { func
1696 Stem() string methodSpec
1710 af.stem = module.Stem() + ".jar"
2041 provideNativeLibs = append(provideNativeLibs, fi.Stem())
2190 requireNativeLibs = append(requireNativeLibs, af.Stem())
Dbuilder.go197 jniLibs = append(jniLibs, fi.Stem())
727 target := ctx.InstallFile(android.PathForModuleInstall(ctx, dir), fi.Stem(), fi.builtFile)
/build/soong/java/
Djava.go357 Stem *string member
1947 func (j *Module) Stem() string { func
1948 return proptools.StringDefault(j.deviceProperties.Stem, j.Name())
2009 j.dexpreopter.installPath = android.PathForModuleInstall(ctx, "framework", j.Stem()+".jar")
2028 j.Stem()+".jar", j.outputFile, extraInstallDeps...)
2559 Stem *string member
2609 func (j *Import) Stem() string { func
2610 return proptools.StringDefault(j.properties.Stem, j.ModuleBase.Name())
2624 jarName := j.Stem() + ".jar"
2799 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.go2008 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.go173 stem := test.binaryDecorator.Properties.Stem
179 test.binaryDecorator.Properties.Stem = StringPtr(name)
184 test.binaryDecorator.Properties.Stem = StringPtr("")
Dandroidmk.go375 entries.SubName = "_" + String(test.binaryDecorator.Properties.Stem)
Dlibrary.go72 Stem *string `android:"arch_variant"` member
710 name = String(library.Properties.Stem)
/build/soong/sysprop/
Dsysprop_library.go370 Stem *string member
497 Stem: proptools.StringPtr(m.BaseModuleName()),