Lines Matching refs:jPath
129 static jboolean isFileExists(JNIEnv* env, jobject obj, jstring jPath) in isFileExists() argument
134 path = jPath ? env->GetStringUTFChars(jPath, NULL) : NULL; in isFileExists()
146 env->ReleaseStringUTFChars(jPath, path); in isFileExists()
214 static jint writeSysfs(JNIEnv* env, jobject obj, jstring jPath, jint jVal) in writeSysfs() argument
219 path = jPath ? env->GetStringUTFChars(jPath, NULL) : NULL; in writeSysfs()
226 env->ReleaseStringUTFChars(jPath, path); in writeSysfs()
230 static jstring readSysfs(JNIEnv* env, jobject obj, jstring jPath) in readSysfs() argument
236 path = jPath ? env->GetStringUTFChars(jPath, NULL) : NULL; in readSysfs()
243 env->ReleaseStringUTFChars(jPath, path); in readSysfs()
246 env->ReleaseStringUTFChars(jPath, path); in readSysfs()
251 static jint readSysfsTemp(JNIEnv* env, jobject obj, jstring jPath) in readSysfsTemp() argument
262 path = jPath ? env->GetStringUTFChars(jPath, NULL) : NULL; in readSysfsTemp()
269 env->ReleaseStringUTFChars(jPath, path); in readSysfsTemp()