Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp1035 constexpr auto VENDOR_API_LEVEL_PROP = "ro.vendor.api_level"; in property_initialize_ro_vendor_api_level() local
1047 uint32_t res = PropertySet(VENDOR_API_LEVEL_PROP, std::to_string(api_level), &error); in property_initialize_ro_vendor_api_level()
1049 LOG(ERROR) << "Failed to set " << VENDOR_API_LEVEL_PROP << " with " << api_level << ": " in property_initialize_ro_vendor_api_level()