Home | History | Annotate | Download | only in jni

Lines Matching refs:c_path

413         const char *c_path = env->GetStringUTFChars(path, NULL);
417 dbus_func_args(env, nat->conn, c_path,
423 env->ReleaseStringUTFChars(path, c_path);
697 const char *c_path = env->GetStringUTFChars(path, NULL);
699 nat->conn, -1, c_path,
702 env->ReleaseStringUTFChars(path, c_path);
847 const char *c_path = env->GetStringUTFChars(path, NULL);
851 c_path, DBUS_DEVICE_IFACE, "SetProperty");
855 env->ReleaseStringUTFChars(path, c_path);
867 env->ReleaseStringUTFChars(path, c_path);
933 const char *c_path = env->GetStringUTFChars(path, NULL);
937 strlcpy(context_path, c_path, len); // for callback
939 LOGV("... Object Path = %s", c_path);
946 c_path,
951 env->ReleaseStringUTFChars(path, c_path);