Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp112 constexpr auto FINGERPRINT_PROP = "ro.build.fingerprint"; variable
1040 LOG(INFO) << "Setting property '" << FINGERPRINT_PROP << "' to '" << build_fingerprint << "'"; in property_derive_build_fingerprint()
1043 auto res = PropertySetNoSocket(FINGERPRINT_PROP, build_fingerprint, &error); in property_derive_build_fingerprint()
1045 LOG(ERROR) << "Error setting property '" << FINGERPRINT_PROP << "': err=" << res << " (" in property_derive_build_fingerprint()