Home
last modified time | relevance | path

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

/frameworks/base/cmds/incident_helper/testdata/
Dsystem_properties.txt10 [ro.bootimage.build.date.utc]: [1509394807]
11 [ro.bootimage.build.fingerprint]: [google/marlin/marlin:P/MASTER/jinyithu10301320:eng/dev-keys]
/frameworks/base/cmds/incident_helper/src/parsers/
DSystemPropertiesParser.cpp120 Message bootimage(&bootimageTable); in Parse() local
121 ro.addSubMessage(SystemPropertiesProto::Ro::BOOTIMAGE, &bootimage); in Parse()
/frameworks/base/core/java/android/os/
DBuild.java1095 final String bootimage = SystemProperties.get("ro.bootimage.build.fingerprint"); in isBuildConsistent() local
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto288 optional BootImage bootimage = 8; field