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

  /libnativehelper/include/nativehelper/
JniConstants.h 95 static jclass unixSocketAddressClass;
  /libnativehelper/
JniConstants.cpp 84 jclass JniConstants::unixSocketAddressClass;
164 unixSocketAddressClass = findClass(env, "android/system/UnixSocketAddress");
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 373 static jmethodID ctor = env->GetMethodID(JniConstants::unixSocketAddressClass,
380 return env->NewObject(JniConstants::unixSocketAddressClass, ctor, javaSunPath);
501 env->GetFieldID(JniConstants::unixSocketAddressClass, "sun_path", "[B");
537 } else if (env->IsInstanceOf(javaSocketAddress, JniConstants::unixSocketAddressClass)) {
586 JniConstants::unixSocketAddressClass, "sun_path", "[B");
657 } else if (env->IsInstanceOf(javaSocketAddress, JniConstants::unixSocketAddressClass)) {
    [all...]

Completed in 988 milliseconds