Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig.go1030 func (c *deviceConfig) SystemExtPath() string { func
1031 if c.config.productVariables.SystemExtPath != nil {
1032 return *c.config.productVariables.SystemExtPath
Dvariable.go263 SystemExtPath *string `json:",omitempty"` member
Dpaths.go1382 partition = ctx.DeviceConfig().SystemExtPath()
Dmodule.go1020 if config.SystemExtPath() == "system_ext" {
/build/make/core/
Dsoong_config.mk160 $(call add_json_str, SystemExtPath, $(TARGET_COPY_OUT_SYSTEM_EXT))