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

  /art/runtime/openjdkjvm/
OpenjdkJvm.cc 222 int jio_vsnprintf(char *str, size_t count, const char *fmt, va_list args) { function
231 len = jio_vsnprintf(str, count, fmt, args);
  /libcore/ojluni/src/main/native/
jvm.h     [all...]

Completed in 2428 milliseconds