History log of /external/conscrypt/common/src/jni/main/cpp/conscrypt/jniload.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd7a158c79e938d71584008964d05b2eb281d498 11-Aug-2017 Nathan Mittler <nathanmittler@google.com> Avoid util class pattern. (#282)

It's unusual in C++ to use classes for utility methods (common in Java).
Reworking the utility classes to be just namespaces with global variables
and methods.
/external/conscrypt/common/src/jni/main/cpp/conscrypt/jniload.cc