HomeSort by relevance Sort by last modified time
    Searched refs:fclose (Results 176 - 200 of 2187) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skqp/src/sksl/
SkSLFileOutputStream.h 60 if (isValid() && fclose(fFile)) {
  /external/strace/tests/
attach-p-cmd-p.c 71 if (fclose(fp))
72 perror_msg_and_fail("fclose: %s", pidfile);
  /external/strace/tests-m32/
attach-p-cmd-p.c 71 if (fclose(fp))
72 perror_msg_and_fail("fclose: %s", pidfile);
  /external/strace/tests-mx32/
attach-p-cmd-p.c 71 if (fclose(fp))
72 perror_msg_and_fail("fclose: %s", pidfile);
  /external/swiftshader/src/D3D8/
D3D8.cpp 60 fclose(file);
  /external/swiftshader/src/OpenGL/compiler/
MMap.h 55 fclose(fp);
  /external/syslinux/gpxe/src/crypto/axtls/
os_port.h 50 static inline int fclose ( FILE *stream __unused ) { function
  /external/v8/tools/
shell-utils.h 59 fclose(file);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_test.c 227 fclose(ifileid); fclose(efileid); fclose(ofileid);
229 fclose(cfileid);
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
audio_loop.cc 30 fclose(fp);
  /external/webrtc/webrtc/modules/audio_coding/test/
PCMFile.h 31 fclose(pcm_file_);
TimedTrace.cc 23 fclose(_timedTraceFile);
  /external/webrtc/webrtc/system_wrappers/source/
file_impl.cc 45 fclose(id_);
157 fclose(id_);
178 fclose(id_);
258 fclose(id_);
  /external/webrtc/webrtc/test/testsupport/
frame_writer.cc 46 fclose(output_file_);
  /frameworks/av/cmds/stagefright/
WaveWriter.h 45 fclose(mFile);
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_input.cpp 32 fclose(_file);
  /frameworks/wilhelm/tools/mphtogen/
mphtogen.c 47 fclose(fp);
  /system/core/liblog/tests/
libc_test.cpp 32 int fcloseReturn = fclose(fp);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
CommonLib.c 207 fclose (InputFile);
216 fclose (InputFile);
224 fclose (InputFile);
232 fclose (InputFile);
243 fclose (InputFile);
251 fclose (InputFile);
310 fclose (OutputFile);
316 fclose (OutputFile);
  /external/curl/tests/libtest/
lib591.c 58 fclose(upload);
142 fclose(upload);
  /external/google-breakpad/src/client/windows/sender/
crash_report_sender.cc 56 fclose(fd);
116 fclose(fd);
  /external/libmicrohttpd/src/examples/
fileserver_example.c 45 fclose (file);
92 fclose (file);
https_fileserver_example.c 111 fclose (file);
160 fclose (file);
  /external/ltp/testcases/kernel/fs/stream/
stream04.c 93 fclose(stream);
113 fclose(stream);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
7-1.c 97 fclose(f);
101 if (fclose(f) == EOF) {
102 perror("fclose");

Completed in 3857 milliseconds

1 2 3 4 5 6 78 91011>>