HomeSort by relevance Sort by last modified time
    Searched refs:structStatVfsClass (Results 1 - 3 of 3) sorted by null

  /libnativehelper/include/nativehelper/
JniConstants.h 76 static jclass structStatVfsClass;
  /libnativehelper/
JniConstants.cpp 65 jclass JniConstants::structStatVfsClass;
130 structStatVfsClass = findClass(env, "android/system/StructStatVfs");
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp 440 static jmethodID ctor = env->GetMethodID(JniConstants::structStatVfsClass, "<init>",
442 return env->NewObject(JniConstants::structStatVfsClass, ctor,
    [all...]

Completed in 101 milliseconds