Loading security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -903,7 +903,7 @@ bool verify_attestation_record(const string& challenge, // if (att_hw_enforced[i].tag == TAG_BOOT_PATCHLEVEL || att_hw_enforced[i].tag == TAG_VENDOR_PATCHLEVEL) { std::string date = std::to_string(att_hw_enforced[i].value.get<KeyParameterValue::dateTime>()); std::to_string(att_hw_enforced[i].value.get<KeyParameterValue::integer>()); // strptime seems to require delimiters, but the tag value will // be YYYYMMDD date.insert(6, "-"); Loading Loading
security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -903,7 +903,7 @@ bool verify_attestation_record(const string& challenge, // if (att_hw_enforced[i].tag == TAG_BOOT_PATCHLEVEL || att_hw_enforced[i].tag == TAG_VENDOR_PATCHLEVEL) { std::string date = std::to_string(att_hw_enforced[i].value.get<KeyParameterValue::dateTime>()); std::to_string(att_hw_enforced[i].value.get<KeyParameterValue::integer>()); // strptime seems to require delimiters, but the tag value will // be YYYYMMDD date.insert(6, "-"); Loading