Searched refs:build_id (Results 1 – 8 of 8) sorted by relevance
3 build_id: "11947186"
3 build_id: "9653376"
248 optional int32 build_id = 2; field414 optional int32 build_id = 3; // id of the enrollment file downloaded via mdd field422 optional int32 build_id = 2; // id of the enrollment file downloaded via mdd field430 optional int32 build_id = 2; // id of the enrollment file downloaded via mdd field437 optional int32 build_id = 1; // id of the enrollment file downloaded via mdd field1370 optional int32 build_id = 2; field1898 optional int64 build_id = 3; field
2819 std::string build_id = android::base::GetProperty("ro.build.id", "UNKNOWN_BUILD"); in PrepareToWriteToFile() local2821 ds.base_name_ = StringPrintf("bugreport-%s-%s", device_name.c_str(), build_id.c_str()); in PrepareToWriteToFile()