Searched refs:prepAttributes (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | UnixNativeDispatcher.c | 463 static void prepAttributes(JNIEnv* env, struct stat64* buf, jobject attrs) { in prepAttributes() function 499 prepAttributes(env, &buf, attrs); in Java_sun_nio_fs_UnixNativeDispatcher_stat0() 529 prepAttributes(env, &buf, attrs); in Java_sun_nio_fs_UnixNativeDispatcher_lstat0() 544 prepAttributes(env, &buf, attrs); in Java_sun_nio_fs_UnixNativeDispatcher_fstat() 564 prepAttributes(env, &buf, attrs); in Java_sun_nio_fs_UnixNativeDispatcher_fstatat0()
|