Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dproperty_service.cpp106 constexpr auto ID_PROP = "ro.build.id"; variable
930 std::string build_id = GetProperty(ID_PROP, ""); in property_initialize_build_id()
947 auto res = PropertySetNoSocket(ID_PROP, build_id, &error); in property_initialize_build_id()
949 LOG(ERROR) << "Failed to set " << ID_PROP << " to " << build_id; in property_initialize_build_id()
965 legacy ? GetProperty(LEGACY_ID_PROP, UNKNOWN) : GetProperty(ID_PROP, UNKNOWN); in ConstructBuildFingerprint()