Home
last modified time | relevance | path

Searched refs:SystemExtPath (Results 1 – 6 of 6) sorted by relevance

/build/soong/java/
Drro.go105 partition = ctx.DeviceConfig().SystemExtPath()
/build/make/core/
Dsoong_config.mk183 $(call add_json_str, SystemExtPath, $(TARGET_COPY_OUT_SYSTEM_EXT))
/build/soong/android/
Dconfig.go1231 func (c *deviceConfig) SystemExtPath() string { func
1232 if c.config.productVariables.SystemExtPath != nil {
1233 return *c.config.productVariables.SystemExtPath
Dvariable.go303 SystemExtPath *string `json:",omitempty"` member
Dpaths.go1847 partition = ctx.DeviceConfig().SystemExtPath()
Dmodule.go1842 if config.SystemExtPath() == "system_ext" {