HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 201 - 225 of 2610) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/jsoncpp/src/jsontestrunner/
main.cpp 15 # pragma warning( disable: 4996 ) // disable fopen deprecation warning
46 FILE *file = fopen( path, "rb" );
138 FILE *factual = fopen( actual.c_str(), "wt" );
160 FILE *fout = fopen( rewritePath.c_str(), "wt" );
  /external/libselinux/src/
enabled.c 37 fp = fopen("/proc/filesystems", "r");
  /external/libvorbis/test/
write_read.c 45 if ((file = fopen (filename, "wb")) == NULL) {
46 printf("\n\nError : fopen failed : %s\n", strerror (errno)) ;
152 if ((file = fopen (filename, "rb")) == NULL) {
153 printf("\n\nError : fopen failed : %s\n", strerror (errno)) ;
  /external/libvpx/libvpx/third_party/libmkv/
testlibmkv.c 58 FILE *file_out = fopen("test.mkv", "wb");
  /external/libvpx/libvpx/third_party/libwebm/
mkvwriter.cpp 54 file_ = fopen(filename, "wb");
  /external/libvpx/libvpx/
video_reader.c 32 FILE *const file = fopen(filename, "rb");
video_writer.c 39 FILE *const file = fopen(filename, "wb");
  /external/linux-tools-perf/perf-3.12.0/tools/lib/lk/
debugfs.c 43 fp = fopen("/proc/mounts", "r");
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
vdso.c 25 maps = fopen("/proc/self/maps", "r");
  /external/mesa3d/src/gallium/auxiliary/os/
os_misc.c 62 fout = fopen(filename, "w");
  /external/oprofile/libabi/
op_abi.c 84 if ((fp = fopen(abi_file, "w")) == NULL)
  /external/qemu/android/filesystems/
ext4_utils.cpp 43 android::base::ScopedStdioFile file(::fopen(path, "rb"));
ramdisk_extractor_unittest.cpp 31 FILE* file = ::fopen(mTempFilePath.c_str(), "wb");
  /external/qemu/distrib/jpeg-6b/
jmemname.c 29 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */
103 if ((tfile = fopen(fname, READ_BINARY)) == NULL) {
104 /* fopen could have failed for a reason other than the file not
251 if ((info->temp_file = fopen(info->temp_name, RW_BINARY)) == NULL)
  /external/qemu/distrib/libselinux/src/
enabled.c 37 fp = fopen("/proc/filesystems", "r");
  /external/qemu/
log-rotate-android.c 69 new_log_fd = fopen(filename , "wb+");
  /external/sepolicy/tools/
checkfc.c 67 fp = fopen(sepolicyFile, "r");
  /external/sfntly/cpp/src/test/
chrome_subsetter.cc 56 output_file = fopen(kOutputFileName, "wb");
  /external/skia/experimental/FileReaderApp/
ReaderView.cpp 38 FILE* f = fopen(FILE_PATH, "rb");
  /external/tremolo/Tremolo/
misc.c 120 out=fopen(buffer,"a");
128 out=fopen("total"_VDBG_GRAPHFILE,"a");
147 FILE *out=fopen("total"_VDBG_GRAPHFILE,"a");
168 out=fopen(buffer,"a");
  /external/webrtc/src/system_wrappers/source/
data_log_unittest_disabled.cc 54 ASSERT_EQ(NULL, fopen(kDataLogFileName, "r"));
  /external/webrtc/test/testsupport/
frame_reader.cc 37 input_file_ = fopen(input_filename_.c_str(), "rb");
frame_reader_unittest.cc 34 FILE* dummy = fopen(kInputFilename.c_str(), "wb");
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_input.cpp 24 _file = fopen(name, "rb");
  /frameworks/wilhelm/tools/mphtogen/
mphtogen.c 27 FILE *fp = fopen(filename, "w");

Completed in 448 milliseconds

1 2 3 4 5 6 7 891011>>