HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 1401 - 1425 of 2610) sorted by null

<<51525354555657585960>>

  /external/flac/include/FLAC/
stream_encoder.h     [all...]
  /external/gtest/test/
gtest-filepath_test.cc 536 FILE* f = posix::FOpen(filename, "w");
  /external/icu/icu4c/source/common/
umapfile.c 239 file=fopen(path, "rb");
  /external/icu/icu4c/source/common/unicode/
udata.h 206 * files into memory, or fopen()/fread() files.
  /external/icu/icu4c/source/test/cintltst/
ucnvseltst.c 179 f = fopen(fnbuf, "rb");
  /external/icu/icu4c/source/test/thaitest/
thaitest.cpp 313 f = fopen(fileName, "rb");
  /external/icu/icu4c/source/tools/toolutil/
ppucd.cpp 70 file=fopen(filename, "r");
  /external/iproute2/misc/
nstat.c 564 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
rtacct.c 584 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
  /external/iproute2/tc/
q_netem.c 116 if ((f = fopen(name, "r")) == NULL) {
  /external/iptables/utils/
nfnl_osf.c 396 inf = fopen(path, "r");
  /external/libedit/src/
el.c 553 fp = fopen(fname, "r");
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 174 if ((fd = fopen(name, "rb")) == NULL)
  /external/libnfc-nci/src/adaptation/
config.cpp 174 if ((fd = fopen(name, "rb")) == NULL)
  /external/libvorbis/vq/
bookutil.c 237 FILE *in=fopen(filename,"r");
  /external/libvpx/libvpx/examples/
vp9_spatial_scalable_encoder.c 308 if (!(infile = fopen(app_input.input_filename, "rb")))
  /external/libvpx/libvpx/vp8/encoder/
tokenize.c 432 FILE *const f = fopen("context.c", "w");
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kmem.c 64 fp = fopen("/sys/devices/system/cpu/kernel_max", "r");
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
trace-event-perl.c 467 ofp = fopen(fname, "w");
  /external/llvm/lib/Support/Unix/
Process.inc 349 if (FILE *RandomSource = ::fopen("/dev/urandom", "r")) {
  /external/ltrace/etc/
libc.so.conf 216 file fopen(string,string);
  /external/ltrace/
prototype.c 626 FILE *stream = fopen(filename, "r");
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 504 FILE *out = fopen(filePath, "a");
  /external/mesa3d/src/gallium/tests/graw/
fs-test.c 255 if ((f = fopen(filename, "r")) == NULL) {
gs-test.c 315 if ((f = fopen(filename, "r")) == NULL) {

Completed in 491 milliseconds

<<51525354555657585960>>