• Paul Crowley's avatar
    Use pointers not references for out arguments · a051eb7a
    Paul Crowley authored
    Google/Android C++ style requires that arguments passed in for writing
    should be pointers, not references, so that it's visible in the caller
    that they'll be written to.
    
    Bug: 27566014
    Change-Id: I5cd55906cc4b2f61c8b97b223786be0b3ce28862
    a051eb7a
KeyStorage.h 1.81 KB