46 lines
1.1 KiB
C
46 lines
1.1 KiB
C
![]() |
// Copyright 2014 The Chromium Authors
|
||
|
// Use of this source code is governed by a BSD-style license that can be
|
||
|
// found in the LICENSE file.
|
||
|
|
||
|
|
||
|
// This file is autogenerated by
|
||
|
// third_party/jni_zero/jni_generator.py
|
||
|
// For
|
||
|
// android/net/connectivity/org/chromium/base/PathService
|
||
|
|
||
|
#ifndef android_net_connectivity_org_chromium_base_PathService_JNI
|
||
|
#define android_net_connectivity_org_chromium_base_PathService_JNI
|
||
|
|
||
|
#include <jni.h>
|
||
|
|
||
|
#include "third_party/jni_zero/jni_export.h"
|
||
|
#include "third_party/jni_zero/jni_zero_helper.h"
|
||
|
|
||
|
|
||
|
// Step 1: Forward declarations.
|
||
|
|
||
|
|
||
|
// Step 2: Constants (optional).
|
||
|
|
||
|
|
||
|
// Step 3: Method stubs.
|
||
|
namespace base {
|
||
|
namespace android {
|
||
|
|
||
|
static void JNI_PathService_Override(JNIEnv* env, jint what,
|
||
|
const base::android::JavaParamRef<jstring>& path);
|
||
|
|
||
|
JNI_BOUNDARY_EXPORT void Java_android_net_connectivity_J_N_M25V0rgQ(
|
||
|
JNIEnv* env,
|
||
|
jclass jcaller,
|
||
|
jint what,
|
||
|
jstring path) {
|
||
|
return JNI_PathService_Override(env, what, base::android::JavaParamRef<jstring>(env, path));
|
||
|
}
|
||
|
|
||
|
|
||
|
} // namespace android
|
||
|
} // namespace base
|
||
|
|
||
|
#endif // android_net_connectivity_org_chromium_base_PathService_JNI
|