Home
last modified time | relevance | path

Searched refs:DecodeBase64 (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dtest_utils.h52 uint8_t* DecodeBase64(const char* src, size_t* dst_size) { in DecodeBase64() function
99 std::unique_ptr<uint8_t[]> bytes(DecodeBase64(base64, &length)); in WriteBase64ToFile()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddatapiece.cc252 if (!DecodeBase64(str_, &decoded)) { in ToBytes()
322 bool DataPiece::DecodeBase64(StringPiece src, string* dest) const { in DecodeBase64() function in google::protobuf::util::converter::DataPiece
Ddatapiece.h173 bool DecodeBase64(StringPiece src, string* dest) const;