Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dproperty_service.cpp99 constexpr auto ID_PROP = "ro.build.id"; variable
867 std::string build_id = GetProperty(ID_PROP, ""); in property_initialize_build_id()
884 auto res = PropertySet(ID_PROP, build_id, &error); in property_initialize_build_id()
886 LOG(ERROR) << "Failed to set " << ID_PROP << " to " << build_id; in property_initialize_build_id()
902 legacy ? GetProperty(LEGACY_ID_PROP, UNKNOWN) : GetProperty(ID_PROP, UNKNOWN); in ConstructBuildFingerprint()