Searched refs:stem (Results 1 – 14 of 14) sorted by relevance
/system/core/debuggerd/crasher/ |
D | Android.bp | 52 stem: "crasher", 55 stem: "crasher64", 75 stem: "static_crasher", 78 stem: "static_crasher64",
|
/system/sepolicy/build/soong/ |
D | sepolicy_vers.go | 60 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())
|
D | versioned_policy.go | 95 var stem string 97 stem = s 99 stem = version + ".cil" 101 stem = ctx.ModuleName() 104 out := android.PathForModuleOut(ctx, stem)
|
D | compat_cil.go | 50 func (c *compatCil) stem() string { func 99 ctx.InstallFile(c.installPath, c.stem(), c.installSource) 109 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", c.stem())
|
D | policy.go | 84 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/ |
D | Android.bp | 30 stem: "camera_metadata_tests", 33 stem: "camera_metadata_tests64",
|
/system/sepolicy/ |
D | Android.bp | 154 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/ |
D | build.rs | 37 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/ |
D | Android.bp | 66 stem: "logwrapper",
|
/system/core/toolbox/ |
D | Android.bp | 76 stem: "toolbox",
|
/system/extras/profcollectd/libprofcollectd/ |
D | Android.bp | 39 stem: "liblibprofcollectd",
|
/system/core/init/ |
D | Android.bp | 228 stem: "init", 260 stem: "init_vendor",
|
/system/core/debuggerd/ |
D | Android.bp | 343 stem: "debuggerd_test32", 346 stem: "debuggerd_test64",
|
/system/update_engine/ |
D | Android.bp | 658 stem: "delta_generator",
|