OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:structStatVfsClass
(Results
1 - 3
of
3
) sorted by null
/libnativehelper/include/nativehelper/
JniConstants.h
90
static jclass
structStatVfsClass
;
/libnativehelper/
JniConstants.cpp
72
jclass JniConstants::
structStatVfsClass
;
135
structStatVfsClass
= findClass(env, "libcore/io/StructStatVfs");
/libcore/luni/src/main/native/
libcore_io_Posix.cpp
257
static jmethodID ctor = env->GetMethodID(JniConstants::
structStatVfsClass
, "<init>",
259
return env->NewObject(JniConstants::
structStatVfsClass
, ctor,
[
all
...]
Completed in 544 milliseconds