Home
last modified time | relevance | path

Searched refs:fclose (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/native/
Dnet_util_md.c618 fclose (f);
636 fclose(f);
641 fclose(f);
699 fclose (f);
710 fclose (f);
DUNIXProcess_md.c519 fclose(tty); in debugPrint()
DUnixNativeDispatcher.c371 if (fclose(fp) == EOF && errno != EINTR) { in Java_sun_nio_fs_UnixNativeDispatcher_fclose()
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixNativeDispatcher.java117 static native void fclose(long stream) throws UnixException; in fclose() method in UnixNativeDispatcher