Home
last modified time | relevance | path

Searched refs:DeviceName (Results 1 – 7 of 7) sorted by relevance

/build/soong/snapshot/
Dsnapshot.go90 c.name+"-"+ctx.Config().DeviceName()+".zip")
97 c.name+"-"+ctx.Config().DeviceName()+"_list")
/build/soong/java/
Ddexpreopt_config.go92 deviceDir := android.PathForOutput(ctx, ctx.Config().DeviceName())
180 dir := android.PathForOutput(ctx, ctx.Config().DeviceName(), "apex_bootjars")
Ddexpreopt_bootjars.go487 …d.dexpreoptConfigForMake = android.PathForOutput(ctx, ctx.Config().DeviceName(), "dexpreopt.config…
/build/soong/android/
Dvariable.go204 DeviceName *string `json:",omitempty"` member
477 DeviceName: stringPtr("generic_arm64"),
Dconfig.go353 DeviceName: stringPtr("test_device"),
723 func (c *config) DeviceName() string { func
724 return *c.productVariables.DeviceName
Dpaths.go1737 partionPaths = []string{"target", "product", ctx.Config().DeviceName(), partition}
/build/make/core/
Dsoong_config.mk49 $(call add_json_str, DeviceName, $(TARGET_DEVICE))