HomeSort by relevance Sort by last modified time
    Searched full:fclose (Results 226 - 250 of 2642) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
vdso.c 46 fclose(maps);
  /external/lzma/CPP/Common/
StdInStream.cpp 41 _streamIsOpen = (fclose(_stream) != 0);
  /external/oprofile/daemon/
opd_pipe.c 53 fclose(fifo_fd);
  /external/oprofile/libabi/
op_abi.c 91 fclose(fp);
  /external/qemu/android/base/files/
ScopedStdioFile.h 56 ::fclose(mFile);
  /external/qemu/android/filesystems/
ramdisk_extractor_unittest.cpp 37 fclose(file);
  /external/qemu/distrib/libselinux/src/
enabled.c 61 fclose(fp);
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 167 fclose(stdout);
168 fclose(stderr);
180 fclose(file);
190 fclose(file);
  /external/qemu/
log-rotate-android.c 58 if (fclose(old_log_fd) == -1) {
  /external/qemu-pc-bios/vgabios/
biossums.c 70 fclose(stream);
73 fclose(stream);
165 fclose(stream);
168 fclose(stream);
  /external/sfntly/cpp/src/test/
chrome_subsetter.cc 63 fclose(output_file);
  /external/skia/experimental/FileReaderApp/
ReaderView.cpp 70 fclose(f);
  /external/tremolo/Tremolo/
misc.c 126 fclose(out);
133 fclose(out);
160 fclose(out);
173 fclose(out);
  /external/webrtc/test/testsupport/
frame_reader.cc 55 fclose(input_file_);
frame_reader_unittest.cc 36 fclose(dummy);
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_input.cpp 32 fclose(_file);
  /frameworks/wilhelm/tools/mphtogen/
mphtogen.c 47 fclose(fp);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
testlibmkv.c 60 fclose(file_out);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvwriter.cpp 63 fclose(file_);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
video_reader.c 61 fclose(reader->file);
video_writer.c 65 fclose(writer->file);
  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp 153 if (fscanf(sysfsfp, "%d\n", var) < 0 || fclose(sysfsfp) < 0) {
168 if (fscanf(sysfsfp, "%lld\n", var) < 0 || fclose(sysfsfp) < 0) {
196 if (fprintf(sysfsfp, "%d\n", var) < 0 || fclose(sysfsfp) < 0) {
211 if (fprintf(sysfsfp, "%lld\n", var) < 0 || fclose(sysfsfp) < 0) {
  /ndk/sources/android/support/src/stdio/
wcio.h 49 * WCIO_FREE should be called by fclose
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libnss_files-2.11.1.so 
libnss_files.so 

Completed in 838 milliseconds

1 2 3 4 5 6 7 8 91011>>