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

1 2 34 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
output_audio_file.h 29 out_file_ = fopen(file_name.c_str(), "wb");
  /frameworks/av/drm/common/
ReadWriteUtils.cpp 37 file = fopen(filePath.string(), "r");
59 file = fopen(filePath.string(), "r");
80 file = fopen(filePath.string(), "w+");
97 file = fopen(filePath.string(), "a+");
  /frameworks/minikin/tests/util/
FileUtils.cpp 27 FILE* fp = fopen(filePath.c_str(), "r");
  /hardware/intel/img/psb_video/fw/topazhp/
fwinfo.c 131 fp = fopen(TOPAZ_FW_FILE_NAME_ANDROID, "r");
134 fp = fopen(TOPAZ_FW_FILE_NAME_MEEGO, "r");
193 fp = fopen(MSVDX_FW_FILE_NAME_ANDROID, "r");
195 fp = fopen(MSVDX_FW_FILE_NAME_MEEGO, "r");
  /hardware/intel/img/psb_video/fw/topazsc/
fwinfo.c 131 fp = fopen(TOPAZ_FW_FILE_NAME_ANDROID, "r");
134 fp = fopen(TOPAZ_FW_FILE_NAME_MEEGO, "r");
193 fp = fopen(MSVDX_FW_FILE_NAME_ANDROID, "r");
195 fp = fopen(MSVDX_FW_FILE_NAME_MEEGO, "r");
  /hardware/intel/img/psb_video/fw/msvdx/
msvdx_bin.c 76 ptr = fopen("msvdx_fw_mfld_DE2.0.bin", "w");
92 ptr = fopen("unsigned_msvdx_fw.bin", "w");
97 fp_ll_dma = fopen("linked_list_struct", "r");
128 ptr = fopen("unsigned_msvdx_fw_56k.bin", "w");
133 fp_ll_dma = fopen("linked_list_struct_56k", "r");
164 ptr = fopen("unsigned_msvdx_fw_mrfl.bin", "w");
169 fp_ll_dma = fopen("linked_list_struct_mrfld", "r");
208 ptr = fopen("unsigned_msvdx_fw_mrfl_56k.bin", "w");
213 fp_ll_dma = fopen("FIP_Constant_linkedlist", "r");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Strip/
strip.c 106 InFile = fopen (argv[1], "rb");
107 OutFile = fopen (argv[2], "wb");
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getprotoent.c 57 protof = fopen(_PATH_PROTOCOLS, "r" );
79 if (protof == NULL && (protof = fopen(_PATH_PROTOCOLS, "r" )) == NULL)
  /external/autotest/client/profilers/powertop/src/
cpufreq.c 53 file = fopen(filename, "w");
86 file = fopen(filename, "r");
sata.c 52 file = fopen(filename, "w");
84 file = fopen(filename, "r");
  /external/libdivsufsort/include/
lfs.h.cmake 42 # define LFS_FOPEN fopen
  /external/libyuv/files/util/
compare.cc 28 FILE* fin1 = fopen(name1, "rb");
29 FILE* fin2 = name2 ? fopen(name2, "rb") : NULL;
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
meminfo.c 33 if ((fp = fopen(LIST_ONLINE_MEM_FILE, "r")) == NULL)
69 if ((fp = fopen(LIST_PRESENT_MEM_FILE, "r")) == NULL)
  /external/sfntly/cpp/src/sample/subsetter/
subset_util.cc 17 // Remove VC++ nag on fopen.
46 FILE* input_file = fopen(input_file_path, "rb");
92 FILE* output_file = fopen(output_file_path, "wb");
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_classifier_unittest.cc 45 FILE* audio_file = fopen(audio_filename.c_str(), "rb");
48 FILE* data_file = fopen(data_filename.c_str(), "rb");
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPtimeshift.cc 28 FILE* inFile = fopen(argv[1], "rb");
35 FILE* outFile = fopen(argv[2], "wb");
  /external/webrtc/webrtc/modules/audio_processing/transient/test/
readPCM.m 11 fid = fopen(file);
  /external/webrtc/webrtc/modules/audio_processing/vad/
vad_audio_proc_unittest.cc 34 FILE* peak_file = fopen(peak_file_name.c_str(), "rb");
39 FILE* pcm_file = fopen(pcm_file_name.c_str(), "rb");
  /external/webrtc/webrtc/modules/video_processing/test/
writeYUV420file.m 4 fid = fopen(filename,'wb');
  /external/webrtc/webrtc/tools/frame_editing/
frame_editing_lib.cc 33 FILE* in_fid = fopen(in_path.c_str() , "rb");
44 FILE* out_fid = fopen(out_path.c_str(), "wb");
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_FileIO.c 50 if ((fp = fopen(path, "r")) == NULL) {
51 AKMERROR_STR("fopen");
109 if ((fp = fopen(path, "w")) == NULL) {
110 AKMERROR_STR("fopen");
  /system/extras/perfprofd/
cpuconfig.cc 70 FILE *fp = fopen(possible.c_str(), "re");
85 FILE *fp = fopen(ss.str().c_str(), "we");
  /system/libufdt/tests/src/
util.c 49 FILE *fp = fopen(filename, "r");
66 fout = fopen(filename, "wb");
  /external/ltp/testcases/kernel/sched/hyperthreading/ht_interrupt/
ht_utils.c 26 if ((fp = fopen("/proc/cmdline", "r")) != NULL && para != NULL) {
34 /* If fopen succeeds and the pointer para is NULL,
48 if ((fp = fopen("/proc/cpuinfo", "r")) != NULL) {
100 if ((fp = fopen(proc_cpuinfo, "r")) != NULL) {
209 if ((pfile = fopen(CPUINFO_PATH, "r")) == NULL)
235 if ((pfile = fopen(buf, "r")) == NULL)
  /external/lz4/examples/
dictionaryRandomAccess.c 230 FILE* dictFp = fopen(dictFilename, "rb");
237 FILE* inpFp = fopen(inpFilename, "rb");
238 FILE* outFp = fopen(lz4Filename, "wb");
250 FILE* inpFp = fopen(lz4Filename, "rb");
251 FILE* outFp = fopen(decFilename, "wb");
263 FILE* inpFp = fopen(inpFilename, "rb");
264 FILE* decFp = fopen(decFilename, "rb");

Completed in 1215 milliseconds

1 2 34 5 6 7 8 91011>>