HomeSort by relevance Sort by last modified time
    Searched refs:vmsg (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/hci/tui/
settings_ui.c 96 static void vmsg ( unsigned int row, const char *fmt, va_list args ) __nonnull;
237 static void vmsg ( unsigned int row, const char *fmt, va_list args ) { function
256 vmsg ( row, fmt, args );
279 vmsg ( ALERT_ROW, fmt, args );
  /art/runtime/
common_throws.cc 62 std::string vmsg; local
63 StringAppendV(&vmsg, fmt, *args);
64 msg << vmsg; local
80 std::string vmsg; local
81 StringAppendV(&vmsg, fmt, *args);
82 msg << vmsg; local

Completed in 2351 milliseconds