Home
last modified time | relevance | path

Searched defs:DecodeBase64 (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dtest_utils.h52 uint8_t* DecodeBase64(const char* src, size_t* dst_size) { in DecodeBase64() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddatapiece.cc322 bool DataPiece::DecodeBase64(StringPiece src, string* dest) const { in DecodeBase64() function in google::protobuf::util::converter::DataPiece