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

  /libcore/ojluni/src/main/native/
FileKey.c 43 static jfieldID key_st_ino; /* id for FileKey.st_ino */ variable
50 key_st_ino = (*env)->GetFieldID(env, clazz, "st_ino", "J");
65 (*env)->SetLongField(env, this, key_st_ino, (jlong)fbuf.st_ino);

Completed in 226 milliseconds