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() 515 prepAttributes(env, &buf, attrs); in Java_sun_nio_fs_UnixNativeDispatcher_lstat0() 530 prepAttributes(env, &buf, attrs); in Java_sun_nio_fs_UnixNativeDispatcher_fstat() 550 prepAttributes(env, &buf, attrs); in Java_sun_nio_fs_UnixNativeDispatcher_fstatat0()
|