HomeSort by relevance Sort by last modified time
    Searched full:portfid (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 323 static jfieldID portFid = env->GetFieldID(JniConstants::inetSocketAddressClass, "port", "I");
325 env->SetIntField(javaInetSocketAddress, portFid, port);
    [all...]

Completed in 491 milliseconds