Android-cuttlefish cvd tool
Namespaces | Functions
hex.cpp File Reference
#include "android-base/hex.h"
#include "android-base/logging.h"
Include dependency graph for hex.cpp:

Namespaces

namespace  android
 
namespace  android::base
 

Functions

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