Android-cuttlefish cvd tool
|
#include <stdarg.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | android |
namespace | android::base |
Functions | |
std::string | android::base::StringPrintf (const char *fmt,...) __attribute__((__format__(__printf__ |
std::string void | android::base::StringAppendF (std::string *dst, const char *fmt,...) __attribute__((__format__(__printf__ |
std::string void void | android::base::StringAppendV (std::string *dst, const char *format, va_list ap) __attribute__((__format__(__printf__ |