HomeSort by relevance Sort by last modified time
    Searched refs:fopen (Results 51 - 75 of 1644) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/test/msan/
getline.cc 23 FILE *fp = fopen(argv[1], "r");
  /external/compiler-rt/test/profile/
instrprof-without-libc.c 45 FILE *File = fopen(argv[1], "w");
  /external/curl/tests/libtest/
lib566.c 54 moo = fopen(libtest_arg2, "wb");
  /external/elfutils/libcpu/
i386_gendis.c 63 i386_in = fopen (infname, "r");
  /external/grpc-grpc/src/cpp/server/load_reporter/
get_cpu_stats_linux.cc 33 fp = fopen("/proc/stat", "r");
  /external/honggfuzz/examples/libxml2/
persistent-xml2.c 16 null_file = fopen("/dev/null", "w");
  /external/libpng/contrib/mips-msa/
linux.c 30 FILE *f = fopen("/proc/cpuinfo", "rb");
  /external/libxml2/win32/wince/
wincecompat.c 40 return (int) fopen(filename, mode);
  /external/linux-kselftest/tools/testing/selftests/memfd/
common.c 24 FILE *f = fopen("/proc/meminfo", "r");
  /external/ltp/testcases/kernel/sched/sched_stress/
sched.c 63 if ((logfile = fopen(filename, "a")) == (FILE *) NULL)
64 sys_error("fopen failed", __FILE__, __LINE__);
  /external/mesa3d/src/gallium/tests/graw/
disasm.c 62 fp = fopen(filename, "rb");
  /external/perf_data_converter/src/quipper/
file_utils.h 23 FILE* fp = fopen(filename.c_str(), "wb");
25 // Do not write anything if |contents| contains nothing. fopen will create
  /external/strace/tests/
attach-p-cmd-cmd.c 40 FILE *fp = fopen(pidfile, "w");
42 perror_msg_and_fail("fopen: %s", pidfile);
  /external/strace/tests-m32/
attach-p-cmd-cmd.c 40 FILE *fp = fopen(pidfile, "w");
42 perror_msg_and_fail("fopen: %s", pidfile);
  /external/strace/tests-mx32/
attach-p-cmd-cmd.c 40 FILE *fp = fopen(pidfile, "w");
42 perror_msg_and_fail("fopen: %s", pidfile);
  /external/toybox/toys/other/
lsusb.c 28 file = fopen(toybuf, "r");
  /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+");
  /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/deqp-deps/SPIRV-Tools/tools/
io.h 32 (use_file ? fopen(filename, mode) : freopen(nullptr, mode, stdin))) {
68 if (FILE* fp = (use_stdout ? stdout : fopen(filename, mode))) {
  /external/dynamic_depth/internal/xmpmeta/
file.cc 12 FILE* file_descriptor = fopen(filename.c_str(), "wb");
21 FILE* file_descriptor = fopen(filename.c_str(), "r");
  /external/libdivsufsort/include/
lfs.h.cmake 42 # define LFS_FOPEN fopen

Completed in 584 milliseconds

1 23 4 5 6 7 8 91011>>