/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
ISACHist.cc | 43 inFileList = fopen(argv[1], "r"); 50 outFile = fopen(argv[2], "w"); 117 audioFile = fopen(audioFileName, "rb");
|
/external/chromium_org/chrome/browser/net/ |
chrome_net_log.cc | 40 // Much like logging.h, bypass threading restrictions by using fopen 50 file = fopen(log_path.value().c_str(), "w");
|
/external/chromium_org/third_party/angle/src/libEGL/ |
main.cpp | 22 FILE *debug = fopen(TRACE_OUTPUT_FILE, "rt"); 27 debug = fopen(TRACE_OUTPUT_FILE, "wt"); // Erase
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
test_font_utils.cc | 71 input_file = fopen(input_file_path, "rb"); 91 output_file = fopen(file_path, "wb");
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
genstring.c | 49 out = fopen(argv[2], "wt"); 63 in = fopen(argv[i], "rt");
|
/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/libvpx/examples/ |
decoder_tmpl.c | 61 if(!(infile = fopen(argv[1], "rb"))) 63 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/marisa-trie/lib/marisa/ |
writer.cc | 49 file = ::fopen(filename, "rb+"); 52 file = ::fopen(filename, "wb");
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
writer.cc | 49 file = ::fopen(filename, "rb+"); 52 file = ::fopen(filename, "wb");
|
/external/sfntly/cpp/src/test/ |
test_font_utils.cc | 71 input_file = fopen(input_file_path, "rb"); 91 output_file = fopen(file_path, "wb");
|
/external/skia/tests/ |
DocumentTest.cpp | 54 FILE* file = fopen(path.c_str(), "r"); 79 FILE* file = fopen(path.c_str(), "r");
|
/frameworks/compile/slang/ |
slang-data.c | 17 FILE *infile = fopen(infile_name, "rb"); 24 FILE *outfile = fopen(outfile_name, "w");
|
/bootable/recovery/ |
common.h | 44 // fopen a file, mounting volumes and making parent dirs as necessary.
|
/device/asus/flo/conn_init/ |
conn_init.c | 33 fp = fopen("/persist/wifi/.macaddr", "r");
|
/device/lge/mako/conn_init/ |
conn_init.c | 33 fp = fopen("/persist/wifi/.macaddr", "r");
|
/external/chromium_org/third_party/angle/src/common/ |
debug.cpp | 50 FILE* file = fopen(TRACE_OUTPUT_FILE, "a");
|
/external/chromium_org/third_party/angle/src/compiler/ |
MMap.h | 21 if ((fp = fopen(fileName, "r")) == NULL)
|
/external/chromium_org/third_party/zlib/contrib/minizip/ |
mztools.c | 38 FILE* fpZip = fopen(file, "rb"); 39 FILE* fpOut = fopen(fileOut, "wb"); 40 FILE* fpOutCD = fopen(fileOutTmp, "wb"); 247 fpOutCD = fopen(fileOutTmp, "rb");
|
/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/libexif/contrib/examples/ |
thumbnail.c | 46 thumb = fopen(thumb_name, "wb");
|
/external/lzma/CPP/Common/ |
StdOutStream.cpp | 29 _stream = fopen(fileName, kFileOpenMode);
|