Home
last modified time | relevance | path

Searched refs:StringFormatWithArgs (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/
DStringFormat.cpp25 auto result = StringFormatWithArgs(format, args); in StringFormatRaw()
30 std::string StringFormatWithArgs(const char* format, va_list args) { in StringFormatWithArgs() function
DStringFormat.h32 std::string StringFormatWithArgs(const char* format, va_list args);
/aosp_15_r20/hardware/google/aemu/base/
DStringFormat.cpp25 auto result = StringFormatWithArgs(format, args); in StringFormatRaw()
30 std::string StringFormatWithArgs(const char* format, va_list args) { in StringFormatWithArgs() function
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/
DStringFormat.h32 std::string StringFormatWithArgs(const char* format, va_list args);