Searched refs:OdmPath (Results 1 – 5 of 5) sorted by relevance
1018 func (c *deviceConfig) OdmPath() string { func1019 if c.config.productVariables.OdmPath != nil {1020 return *c.config.productVariables.OdmPath
247 OdmPath *string `json:",omitempty"` member
921 if config.OdmPath() == "odm" {923 } else if strings.HasPrefix(config.OdmPath(), "vendor/") {
1302 partition = ctx.DeviceConfig().OdmPath()
160 $(call add_json_str, OdmPath, $(TARGET_COPY_OUT_ODM))