Searched refs:ID_PROP (Results 1 – 1 of 1) sorted by relevance
106 constexpr auto ID_PROP = "ro.build.id"; variable930 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()