OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringFormatWithArgs
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/base/
StringFormat.h
28
String
StringFormatWithArgs
(const char* format, va_list args);
StringFormat.cpp
22
String result =
StringFormatWithArgs
(format, args);
27
String
StringFormatWithArgs
(const char* format, va_list args) {
Completed in 1089 milliseconds