Home
last modified time | relevance | path

Searched defs:toStringArray (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/include/nativehelper/
DtoStringArray.h29 jobjectArray toStringArray(JNIEnv* env, Counter* counter, Getter* getter) { in toStringArray() function
63 inline jobjectArray toStringArray(JNIEnv* env, const std::vector<std::string>& strings) { in toStringArray() function
/libnativehelper/
DtoStringArray.cpp44 jobjectArray toStringArray(JNIEnv* env, const char* const* strings) { in toStringArray() function