|
Android-cuttlefish cvd tool
|
#include <string>#include <vector>#include <stdint.h>

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) |