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

  /libnativehelper/include/nativehelper/
JniConstants.h 81 static jclass unixSocketAddressClass;
  /libnativehelper/
JniConstants.cpp 70 jclass JniConstants::unixSocketAddressClass;
136 unixSocketAddressClass = findClass(env, "android/system/UnixSocketAddress");
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp 382 static jmethodID ctor = env->GetMethodID(JniConstants::unixSocketAddressClass,
391 return env->NewObject(JniConstants::unixSocketAddressClass, ctor, javaSunPath);
563 env->GetFieldID(JniConstants::unixSocketAddressClass, "sun_path", "[B");
599 } else if (env->IsInstanceOf(javaSocketAddress, JniConstants::unixSocketAddressClass)) {
648 JniConstants::unixSocketAddressClass, "sun_path", "[B");
719 } else if (env->IsInstanceOf(javaSocketAddress, JniConstants::unixSocketAddressClass)) {
    [all...]

Completed in 2584 milliseconds