/external/e2fsprogs/e2fsck/ |
unix.c | 288 f = fopen("/sys/class/power_supply/AC/online", "r"); 296 f = fopen("/proc/apm", "r"); 310 f = fopen(fname, "r"); [all...] |
/external/icu/icu4c/source/test/intltest/ |
intltest.cpp | [all...] |
/external/ipsec-tools/src/racoon/ |
crypto_openssl.c | 906 fp = fopen(path, "r"); 1016 fp = fopen(path, "r"); 1070 fp = fopen(path, "r"); [all...] |
/external/libvpx/libvpx/ |
vpxenc.c | 763 ? fopen(input->filename, "rb") : set_binary_mode(stdin); [all...] |
/external/speex/libspeex/ |
mdf.c | 419 rFile = fopen("aec_rec.sw", "wb"); 420 pFile = fopen("aec_play.sw", "wb"); 421 oFile = fopen("aec_out.sw", "wb"); [all...] |
/external/strace/ |
strace.c | 455 # define fopen_for_output fopen 464 # define fopen_for_output fopen 481 perror_msg_and_die("Can't fopen '%s'", path); [all...] |
/hardware/intel/common/libva/test/encode/ |
h264encode.c | 863 srcyuv_fp = fopen(srcyuv_fn,"r"); 881 recyuv_fp = fopen(recyuv_fn,"w+"); 898 coded_fp = fopen(coded_fn,"w+"); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
vpxenc.c | 763 ? fopen(input->filename, "rb") : set_binary_mode(stdin); [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
run.c | [all...] |
/bionic/libc/dns/ |
gethnamaddr.c | 902 rs->hostf = fopen(_PATH_HOSTS, "r" ); 928 if (!rs->hostf && !(rs->hostf = fopen(_PATH_HOSTS, "r" ))) { [all...] |
/external/chromium_org/native_client_sdk/doc_generated/sdk/ |
release-notes.html | 286 library file operations: fopen, fread, fwrite, fseek, and fclose. How those 300 Your module can also use standard C functions such as printf(), fopen(), and [all...] |
/external/chromium_org/third_party/icu/source/io/unicode/ |
ustdio.h | 138 <tr><td>%s</td><td>char *</td><td>char *</td><td>Use default converter or specified converter from fopen</td></tr> 139 <tr><td>%c</td><td>char</td><td>char</td><td>Use default converter or specified converter from fopen<br> [all...] |
/external/chromium_org/third_party/icu/source/test/letest/ |
letest.cpp | 419 FILE *f = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"rbbitst.txt", "r"); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
decodeframe.c | [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
bitstream.c | 795 FILE* f = fopen("enc_tree_probs.txt", "a"); [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/ |
RTPencode.cc | 404 FILE* in_file=fopen(argv[1],"rb"); 407 FILE* out_file=fopen(argv[2],"wb"); [all...] |
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testFec/ |
test_packet_masks_metrics.cc | 534 FILE* fp = fopen(filename.c_str(), "wb"); [all...] |
/external/e2fsprogs/lib/blkid/ |
probe.c | 172 f = fopen("/proc/filesystems", "r"); 216 f = fopen(buf, "r"); [all...] |
/external/elfutils/0.153/src/ |
ld.c | 354 ldin = fopen (linker_script, "r"); [all...] |
/external/fio/ |
backend.c | 1106 f = fopen(tmp, "r+"); 1113 td_verror(td, errno, "fopen iosched"); [all...] |
server.c | [all...] |
/external/freetype/src/gzip/ |
zlib.h | 634 is as in fopen ("rb" or "wb") but can also include a compression level 650 fileno (in the file has been previously opened with fopen). [all...] |
/external/icu/icu4c/source/io/unicode/ |
ustdio.h | 139 <tr><td>%s</td><td>char *</td><td>char *</td><td>Use default converter or specified converter from fopen</td></tr> 140 <tr><td>%c</td><td>char</td><td>char</td><td>Use default converter or specified converter from fopen<br> [all...] |
/external/icu/icu4c/source/test/letest/ |
letest.cpp | 419 FILE *f = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"rbbitst.txt", "r"); [all...] |
/external/libvorbis/lib/ |
floor1.c | 902 of=fopen(buffer,"a"); 926 of=fopen(buffer,"a");
|