Searched refs:jattributes (Results 1 – 1 of 1) sorted by relevance
194 static void saveAttributes(JNIEnv *env, jobject jobj, jstring jfilename, jstring jattributes) in saveAttributes() argument206 const char* attributes = (*env)->GetStringUTFChars(env, jattributes, NULL); in saveAttributes()329 (*env)->ReleaseStringUTFChars(env, jattributes, attributes); in saveAttributes()