Android-cuttlefish cvd tool
Namespaces | Functions
hex.h File Reference
#include <string>
#include <vector>
#include <stdint.h>
Include dependency graph for hex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  android
 
namespace  android::base
 

Functions

std::string android::base::HexString (const void *bytes, size_t len)
 
bool android::base::HexToBytes (const std::string &hex, std::vector< uint8_t > *bytes)