Searched refs:effective_fid (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Dlibcore_io_Linux.cpp889 static jfieldID effective_fid = env->GetFieldID(data_class.get(), "effective", "I"); local
890 if (effective_fid == nullptr) {
893 c_data->effective = env->GetIntField(java_data, effective_fid);

Completed in 138 milliseconds