Home
last modified time | relevance | path

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

/system/core/debuggerd/crasher/
DAndroid.bp52 stem: "crasher",
55 stem: "crasher64",
75 stem: "static_crasher",
78 stem: "static_crasher64",
/system/sepolicy/build/soong/
Dsepolicy_vers.go60 func (v *sepolicyVers) stem() string { func
79 out := android.PathForModuleGen(ctx, v.stem())
87 ctx.InstallFile(v.installPath, v.stem(), v.installSource)
101 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", v.stem())
Dversioned_policy.go95 var stem string
97 stem = s
99 stem = version + ".cil"
101 stem = ctx.ModuleName()
104 out := android.PathForModuleOut(ctx, stem)
Dcompat_cil.go50 func (c *compatCil) stem() string { func
99 ctx.InstallFile(c.installPath, c.stem(), c.installSource)
109 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", c.stem())
Dpolicy.go84 func (c *policyConf) stem() string { func
180 ctx.InstallFile(c.installPath, c.stem(), c.installSource)
195 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", c.stem())
261 func (c *policyCil) stem() string { func
266 cil := android.PathForModuleOut(ctx, c.stem()).OutputPath
335 ctx.InstallFile(c.installPath, c.stem(), c.installSource)
350 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", c.stem())
/system/media/camera/tests/
DAndroid.bp30 stem: "camera_metadata_tests",
33 stem: "camera_metadata_tests64",
/system/sepolicy/
DAndroid.bp154 stem: "26.0.cil",
161 stem: "27.0.cil",
168 stem: "28.0.cil",
175 stem: "29.0.cil",
182 stem: "30.0.cil",
189 stem: "26.0.cil",
197 stem: "27.0.cil",
205 stem: "28.0.cil",
213 stem: "29.0.cil",
221 stem: "30.0.cil",
[all …]
/system/bt/gd/rust/facade_proto/
Dbuild.rs37 let stem = inputs[i].as_ref().file_stem().unwrap(); in gen_mod_rs() localVariable
38 f.write_all(format!("pub mod {}; \n", stem.to_str().unwrap()).as_bytes()).unwrap(); in gen_mod_rs()
40 f.write_all(format!("pub mod {}_grpc;\n", stem.to_str().unwrap()).as_bytes()).unwrap(); in gen_mod_rs()
/system/logging/logwrapper/
DAndroid.bp66 stem: "logwrapper",
/system/core/toolbox/
DAndroid.bp76 stem: "toolbox",
/system/extras/profcollectd/libprofcollectd/
DAndroid.bp39 stem: "liblibprofcollectd",
/system/core/init/
DAndroid.bp228 stem: "init",
260 stem: "init_vendor",
/system/core/debuggerd/
DAndroid.bp343 stem: "debuggerd_test32",
346 stem: "debuggerd_test64",
/system/update_engine/
DAndroid.bp658 stem: "delta_generator",