HomeSort by relevance Sort by last modified time
    Searched refs:fopen (Results 151 - 175 of 2098) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/system_wrappers/source/
data_log_unittest_disabled.cc 54 ASSERT_EQ(NULL, fopen(kDataLogFileName, "r"));
file_impl.cc 140 tmp_id = fopen(file_name_utf8, "rt");
142 tmp_id = fopen(file_name_utf8, "wt");
146 tmp_id = fopen(file_name_utf8, "rb");
148 tmp_id = fopen(file_name_utf8, "wb");
  /external/webrtc/webrtc/test/testsupport/
frame_writer.cc 35 output_file_ = fopen(output_filename_.c_str(), "wb");
  /frameworks/av/cmds/stagefright/
WaveWriter.h 27 : mFile(fopen(filename, "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");
  /hardware/qcom/display/msm8084/libqdutils/
qd_utils.cpp 45 displayDeviceFP = fopen(msmFbTypePath, "r");
  /system/core/liblog/tests/
libc_test.cpp 25 ASSERT_TRUE(NULL != (fp = fopen("/dev/pmsg0", "a")));
  /toolchain/binutils/binutils-2.27/libiberty/
fopen_unlocked.c 42 Opens and returns a @code{FILE} pointer via @code{fopen}. If the
110 FILE *const fp = fopen (path, mode);
  /external/ltp/testcases/kernel/fs/stream/
stream04.c 75 if ((stream = fopen(tempfile1, "a+")) == NULL) {
76 tst_brkm(TFAIL | TERRNO, tst_rmdir, "fopen(%s) a+ failed",
94 if ((stream = fopen(tempfile1, "r+")) == NULL) {
95 tst_brkm(TFAIL, tst_rmdir, "fopen(%s) r+ failed: %s", tempfile1,
  /external/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
ht_utils.c 65 pfile = fopen(CPUINFO_PATH, "r");
92 pfile = fopen(buf, "r");
  /external/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/
ht_utils.c 69 pfile = fopen(CPUINFO_PATH, "r");
96 if ((pfile = fopen(buf, "r")) == NULL)
  /external/ltp/testcases/kernel/syscalls/fork/
fork08.c 71 writ = fopen(fnamebuf, "w");
73 tst_resm(TFAIL, "failed to fopen file for write");
74 rea = fopen(fnamebuf, "r");
76 tst_resm(TFAIL, "failed to fopen file for read");
  /external/selinux/semodule-utils/semodule_package/
semodule_unpackage.c 32 f = fopen(filename, mode);
88 fp = fopen(fcfile, "w");
  /external/webrtc/webrtc/modules/audio_processing/transient/test/
readDetection.m 12 fid = fopen(file);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_fileutils.cc 57 FILE* file = fopen(filepath.c_str(), "rb");
86 FILE* file = fopen(filepath.c_str(), "wb");
  /external/webrtc/webrtc/modules/video_processing/test/
deflickering_test.cc 38 source_file_ = fopen(input_file.c_str(), "rb");
44 FILE* deflickerFile = fopen(output_file.c_str(), "wb");
  /hardware/qcom/display/msm8084/libmemtrack/
kgsl.c 65 fp = fopen(tmp, "r");
78 fp = fopen(tmp, "r");
  /hardware/qcom/display/msm8226/libmemtrack/
kgsl.c 65 fp = fopen(tmp, "r");
78 fp = fopen(tmp, "r");
  /hardware/qcom/display/msm8960/libmemtrack/
kgsl.c 63 fp = fopen(tmp, "r");
76 fp = fopen(tmp, "r");
  /hardware/qcom/display/msm8994/libmemtrack/
kgsl.c 65 fp = fopen(tmp, "r");
78 fp = fopen(tmp, "r");
  /hardware/qcom/display/msm8996/libmemtrack/
kgsl.c 63 fp = fopen(tmp, "r");
76 fp = fopen(tmp, "r");
  /prebuilts/go/darwin-x86/misc/swig/stdio/
file_test.go 12 f := Fopen("file_test.go", "r")
14 t.Fatal("fopen failed")
  /prebuilts/go/linux-x86/misc/swig/stdio/
file_test.go 12 f := Fopen("file_test.go", "r")
14 t.Fatal("fopen failed")
  /system/extras/ext4_utils/
blk_alloc_to_base_fs.c 47 blk_alloc_file = fopen(argv[1], "r");
52 base_fs_file = fopen(argv[2], "w");

Completed in 514 milliseconds

1 2 3 4 5 67 8 91011>>