Searched refs:opendir (Results 1 – 5 of 5) sorted by relevance
320 dir = opendir(path); in Java_java_io_UnixFileSystem_list0()
443 if ((dp = opendir(FD_DIR)) == NULL) in closeDescriptors()
671 dir = opendir(path); in Java_sun_nio_fs_UnixNativeDispatcher_opendir0()
405 static long opendir(UnixPath path) throws UnixException { in opendir() method in UnixNativeDispatcher
409 long ptr = opendir(dir); in newDirectoryStream()