Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dproperty_service.cpp107 constexpr auto LEGACY_ID_PROP = "ro.build.legacy.id"; variable
935 std::string legacy_build_id = GetProperty(LEGACY_ID_PROP, ""); in property_initialize_build_id()
965 legacy ? GetProperty(LEGACY_ID_PROP, UNKNOWN) : GetProperty(ID_PROP, UNKNOWN); in ConstructBuildFingerprint()
985 std::string legacy_build_id = GetProperty(LEGACY_ID_PROP, ""); in property_derive_legacy_build_fingerprint()