/external/libxml2/ |
xmlmemory.c | 658 fp = fopen(".memorylist", "w"); 731 fp = fopen(".memorylist", "w"); 898 dump = fopen(".memdump", "w");
|
/external/linux-tools-perf/util/ |
svghelper.c | 78 svgfile = fopen(filename, "w"); 211 file = fopen("/proc/cpuinfo", "r"); 223 file = fopen("/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", "r");
|
/external/openssl/crypto/des/ |
des.c | 287 else if ((DES_IN=fopen(in,"r")) == NULL) 299 else if ((DES_OUT=fopen(out,"w")) == NULL) 657 if ((O=fopen(cksumname,"w")) != NULL)
|
/external/oprofile/daemon/ |
opd_ibs.c | 181 fp = fopen(buf, "r"); 647 if ((memaccess_log = fopen(filename, "w")) == NULL) { 663 if ((bta_log = fopen(filename, "w")) == NULL) {
|
/external/oprofile/libop/ |
op_events.c | 224 FILE * fp = fopen(file, "r"); 431 FILE * fp = fopen(file, "r"); 726 return (fopen(ev_map_file, "r"));
|
/external/qemu/distrib/jpeg-6b/ |
djpeg.c | 274 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) { 504 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) { 515 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
|
/external/quake/quake/src/QW/server/ |
sv_ccmds.c | 109 sv_logfile = fopen (name, "w"); 137 sv_fraglogfile = fopen (name, "r"); 140 sv_fraglogfile = fopen (name, "w");
|
/external/quake/quake/src/WinQuake/ |
sys_win.cpp | 144 f = fopen(path, "rb");
173 f = fopen(path, "wb");
229 f = fopen(path, "rb");
|
/external/sepolicy/tools/ |
check_seapp.c | 580 input_file = fopen(in_file_name, "r"); 589 output_file = fopen(out_file_name, "w+"); 599 pol.policy_file = fopen(pol.policy_file_name, "rb");
|
/external/v8/src/ |
platform-cygwin.cc | 220 FILE* file = fopen(name, "r+"); 234 FILE* file = fopen(name, "w+"); 257 FILE* fp = fopen("/proc/self/maps", "r");
|
/external/v8/test/cctest/ |
test-serialize.cc | 173 fp_ = OS::FOpen(snapshot_file, "wb"); 219 FILE* fp = OS::FOpen(name.start(), "w"); 404 FILE* fp = OS::FOpen(name.start(), "r");
|
/external/valgrind/unittest/ |
posix_tests.cc | 582 // test141 FP. unlink/fopen, rmdir/opendir. {{{1 600 while ((tmp = fopen(filename, "r")) != NULL) { 628 printf("test141: FP. unlink/fopen, rmdir/opendir.\n");
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
TestBenchMultipleInstance.c | 149 finput = fopen(argv[argc-instCount+i],"rb"); 178 decoder[i]->foutput = fopen(decoder[i]->outFileName, "wb"); 400 fp = fopen("dec_api.trc", "at");
|
/frameworks/compile/libbcc/lib/Support/ |
sha1.c | 290 f = fopen(fname, "rb"); 339 checkfile = fopen(fname, "rt"); 466 FILE *fout = fopen(binary_output_file, "wb");
|
/frameworks/native/cmds/dumpstate/ |
dumpstate.c | 343 FILE *oom_adj = fopen("/proc/self/oom_adj", "w"); 375 vibrator = fopen("/sys/class/timed_output/vibrator/enable", "w"); 380 FILE *cmdline = fopen("/proc/cmdline", "r");
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 196 FILE *config = (config_file && *config_file) ? fopen(config_file, "rt") : NULL; \ 225 else if (*out) (dbg).out_opened = (dbg).out = fopen(out, "w"); \ 230 else if (*err) (dbg).err_opened = (dbg).err = fopen(err, "w"); \
|
/system/core/libnetutils/ |
ifc_utils.c | 353 FILE *f = fopen("/proc/net/if_inet6", "r"); 657 fp = fopen("/proc/net/route", "r"); 709 fp = fopen("/proc/net/route", "r");
|
/bootable/recovery/applypatch/ |
imgdiff.c | 195 FILE* f = fopen(filename, "rb"); 385 FILE* f = fopen(filename, "rb"); 644 FILE* f = fopen(ptemp, "rb"); 801 FILE* f = fopen(argv[2], "rb"); 995 FILE* f = fopen(argv[3], "wb"); [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
onyx_if.c | [all...] |
/external/svox/pico/tts/ |
com_svox_picottsengine.cpp | 260 pFile = fopen(fileName, "r"); 267 pFile = fopen(fileName, "r"); 280 pFile = fopen(fileName, "r"); 290 pFile = fopen(fileName, "r"); 363 pFile = fopen(tmpFileName, "r"); [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
motion_est.cpp | 294 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a"); 333 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a"); 349 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a"); 364 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a"); 412 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a"); 429 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a"); 449 fp_debug = fopen("c:\\bitstream\\mv1_debug.txt", "a"); [all...] |
/external/quake/quake/src/QW/client/ |
common.c | 1349 f = fopen(path, "rb"); 1396 f = fopen (name, "wb"); 1399 f = fopen (name, "wb"); 1449 out = fopen(cachepath, "wb"); 1503 *file = fopen (pak->filename, "rb"); 1529 *file = fopen (netpath, "rb"); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
G726EncTest.c | 525 fIn = fopen(argv[1], "r"); 533 fOut = fopen(argv[2], "w"); 646 fIn = fopen(argv[1], "r"); 652 fOut = fopen("TC6_G7261.G726", "w"); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/ |
G729EncTest.c | 447 fIn = fopen(argv[1], "r"); 454 fOut = fopen(argv[2], "w"); 531 fIn = fopen(argv[1], "r"); 536 fOut = fopen("TC6_G7291.g729", "w"); [all...] |
/bootable/recovery/updater/ |
install.c | 401 FILE* f = fopen(dest_path, "wb"); 655 FILE* f = fopen(filename, "rb"); 773 FILE* f = fopen(filename, "rb"); [all...] |