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

/libcore/ojluni/src/main/native/
H A Dnet_util_md.c371 fclose(fP);
624 fclose (f);
642 fclose(f);
647 fclose(f);
705 fclose (f);
716 fclose (f);
H A DUNIXProcess_md.c521 fclose(tty);
H A DUnixNativeDispatcher.c366 /* NOTE: fclose() wrapper is only used with read-only streams.
369 * is completely written even if fclose() failed.
371 if (fclose(fp) == EOF && errno != EINTR) {
/libcore/ojluni/src/main/java/sun/nio/fs/
H A DUnixNativeDispatcher.java115 * fclose(FILE* stream)
117 static native void fclose(long stream) throws UnixException; method in class:UnixNativeDispatcher

Completed in 177 milliseconds