HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 26 - 50 of 1601) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libXau.so.6.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libXau.so.6 
libXau.so.6.0 
libXau.so.6.0.0 
  /system/extras/fatblock/
fatblock.c 87 file = fopen(filename, "w");
89 WARN("setting USB mass storage file: fopen(%s) failed: %s\n",
110 file = fopen(filename, "w");
112 WARN("clearing USB mass storage file: fopen(%s) failed: %s\n",
  /bionic/libc/bionic/
pututline.c 39 if (!(f = fopen(_PATH_UTMP, "w+")))
58 if (!(f = fopen(_PATH_UTMP, "w+")))
  /external/bsdiff/
bspatch.c 76 if ((f = fopen(argv[3], "r")) == NULL)
77 err(1, "fopen(%s)", argv[3]);
114 if ((cpf = fopen(argv[3], "r")) == NULL)
115 err(1, "fopen(%s)", argv[3]);
121 if ((dpf = fopen(argv[3], "r")) == NULL)
122 err(1, "fopen(%s)", argv[3]);
128 if ((epf = fopen(argv[3], "r")) == NULL)
129 err(1, "fopen(%s)", argv[3]);
  /external/webrtc/src/modules/audio_processing/test/
unpack.cc 79 FILE* debug_file = fopen(argv[1], "rb");
84 FILE* input_file = fopen(FLAGS_input_file.c_str(), "wb");
89 FILE* output_file = fopen(FLAGS_output_file.c_str(), "wb");
94 FILE* reverse_file = fopen(FLAGS_reverse_file.c_str(), "wb");
99 FILE* settings_file = fopen(FLAGS_settings_file.c_str(), "wb");
109 delay_file = fopen(FLAGS_delay_file.c_str(), "wb");
114 drift_file = fopen(FLAGS_drift_file.c_str(), "wb");
119 level_file = fopen(FLAGS_level_file.c_str(), "wb");
  /system/core/libzipfile/
test_zipfile.c 34 f = fopen(argv[1], "r");
68 f = fopen(argv[4], "w");
  /system/vold/
Xwarp.cpp 50 if (!(fp = fopen(XWARP_READY, "r"))) {
57 if (!(fp = fopen(XWARP_MIRROR_STATUS, "r"))) {
  /external/qemu/distrib/sdl-1.2.12/src/main/win32/
SDL_win32_main.c 19 # define fopen _wfopen macro
146 file = fopen(stdoutPath, TEXT("rb"));
156 file = fopen(stderrPath, TEXT("rb"));
284 stdout = fopen(stdoutPath, TEXT("w"));
286 newfp = fopen(stdoutPath, TEXT("w"));
306 stderr = fopen(stderrPath, TEXT("w"));
308 newfp = fopen(stderrPath, TEXT("w"));
  /external/icu4c/tools/toolutil/
filestrm.c 34 FILE *file = fopen(filename, mode);
65 result = fopen(fn, md);
82 FILE* temp = fopen(filename, "r");
  /external/bluetooth/glib/tests/
unicode-caseconv.c 28 infile = fopen (filename, "r");
98 infile = fopen (filename, "r");
  /external/compiler-rt/SDKs/darwin/usr/include/
stdio.h 23 /* Determine the appropriate fopen() and fwrite() functions. */
56 FILE *fopen(const char * restrict, const char * restrict) __asm(__FOPEN_NAME);
  /external/iproute2/tc/
tc_monitor.c 90 fp = fopen(file, "r");
92 perror("Cannot fopen");
  /external/libselinux/src/
init.c 52 fp = fopen("/proc/filesystems", "r");
70 fp = fopen("/proc/mounts", "r");
  /external/libvpx/examples/
decoder_tmpl.c 58 if(!(infile = fopen(argv[1], "rb")))
60 if(!(outfile = fopen(argv[2], "wb")))
  /external/linux-tools-perf/util/
util.c 35 FILE *from_fp = fopen(from, "r"), *to_fp;
40 to_fp = fopen(to, "w");
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
main.cpp 22 FILE *debug = fopen("debug.txt", "rt");
27 debug = fopen("debug.txt", "wt"); // Erase
  /frameworks/compile/slang/
slang-data.c 17 FILE *infile = fopen(infile_name, "rb");
24 FILE *outfile = fopen(outfile_name, "w");
  /device/moto/stingray/ril/
base64 
  /external/dropbear/libtomcrypt/src/hashes/helper/
hash_file.c 40 in = fopen(fname, "rb");
  /external/icu4c/samples/csdet/
csdet.c 38 file = fopen(filename, "rb");
  /external/ipsec-tools/src/racoon/
logger.c 130 fp = fopen(p->fname, "a");
148 fp = fopen(p->fname, "a");
167 fp = fopen(p->fname, "a");
190 fp = fopen(p->fname, "a");
  /external/webkit/LayoutTests/http/tests/resources/
portabilityLayer.php 25 $handle = fopen($filename, "w");

Completed in 502 milliseconds

12 3 4 5 6 7 8 91011>>