OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:field_mtpstorage_path
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/media/jni/
android_mtp_MtpServer.cpp
42
static jfieldID
field_MtpStorage_path
;
128
jstring path = (jstring)env->GetObjectField(jstorage,
field_MtpStorage_path
);
198
field_MtpStorage_path
= env->GetFieldID(clazz, "mPath", "Ljava/lang/String;");
199
if (
field_MtpStorage_path
== NULL) {
Completed in 687 milliseconds