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

  /libnativehelper/include/nativehelper/
JniConstants.h 78 static jclass unixSocketAddressClass;
  /libnativehelper/
JniConstants.cpp 69 jclass JniConstants::unixSocketAddressClass;
132 unixSocketAddressClass = findClass(env, "android/system/UnixSocketAddress");
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp 390 static jmethodID ctor = env->GetMethodID(JniConstants::unixSocketAddressClass,
399 return env->NewObject(JniConstants::unixSocketAddressClass, ctor, javaSunPath);
571 env->GetFieldID(JniConstants::unixSocketAddressClass, "sun_path", "[B");
607 } else if (env->IsInstanceOf(javaSocketAddress, JniConstants::unixSocketAddressClass)) {
656 JniConstants::unixSocketAddressClass, "sun_path", "[B");
727 } else if (env->IsInstanceOf(javaSocketAddress, JniConstants::unixSocketAddressClass)) {
    [all...]

Completed in 125 milliseconds