Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dproperty_service.cpp1097 constexpr auto VENDOR_API_LEVEL_PROP = "ro.vendor.api_level"; in property_initialize_ro_vendor_api_level() local
1109 auto res = PropertySetNoSocket(VENDOR_API_LEVEL_PROP, std::to_string(api_level), &error); in property_initialize_ro_vendor_api_level()
1111 LOG(ERROR) << "Failed to set " << VENDOR_API_LEVEL_PROP << " with " << api_level << ": " in property_initialize_ro_vendor_api_level()