OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jpath
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.cpp
121
jstring
jpath
= env->NewStringUTF(path);
local
124
jtitle, jdesc,
jpath
);
128
env->DeleteLocalRef(
jpath
);
/external/chromium_org/content/browser/android/
download_controller_android_impl.cc
274
ScopedJavaLocalRef<jstring>
jpath
=
local
286
jfilename.obj(),
jpath
.obj(), item->GetReceivedBytes(), true,
299
jfilename.obj(),
jpath
.obj(), item->GetReceivedBytes(), true,
311
jfilename.obj(),
jpath
.obj(), item->GetReceivedBytes(), false,
/cts/tests/tests/media/libmediandkjni/
native-media-jni.cpp
164
jclass /*clazz*/, jstring
jpath
)
168
const char *tmp = env->GetStringUTFChars(
jpath
, NULL);
175
env->ReleaseStringUTFChars(
jpath
, tmp);
/external/chromium_org/android_webview/native/
aw_contents.h
96
void GenerateMHTML(JNIEnv* env, jobject obj, jstring
jpath
, jobject callback);
aw_contents.cc
439
jstring
jpath
, jobject callback) {
443
base::FilePath target_path(ConvertJavaStringToUTF8(env,
jpath
));
[
all
...]
Completed in 1097 milliseconds