Searched
full:fopen (Results
276 -
300 of
1775) sorted by null
<<11121314151617181920>>
/external/wpa_supplicant_8/src/utils/ |
os_unix.c | 167 FILE *f = fopen(pid_file, "w"); 191 f = fopen("/dev/urandom", "rb"); 341 f = fopen(name, "rb");
|
/hardware/invensense/libsensors_iio/software/core/mllite/linux/ |
ml_sysfs_helper.c | 84 nameFile = fopen(filename, "r"); 110 if(NULL == (fp = fopen(input, "rt")) ){ 276 if((fp = fopen(key_path, "rt")) == NULL)
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/ |
Registry.cpp | 99 FILE *fs = fopen(authTokenFilePath.c_str(), "wb"); 125 FILE *fs = fopen(authTokenFilePath.c_str(), "rb"); 171 FILE *fs = fopen(rootContFilePath.c_str(), "wb"); 197 FILE *fs = fopen(rootContFilePath.c_str(), "rb"); 234 FILE *fs = fopen(spContFilePath.c_str(), "wb"); 261 FILE *fs = fopen(spContFilePath.c_str(), "rb"); 298 FILE *fs = fopen(tlContFilePath.c_str(), "wb"); 325 FILE *fs = fopen(tlContFilePath.c_str(), "rb"); 373 FILE *fs = fopen(filename.c_str(), "wb"); 415 FILE *fs = fopen(filename.c_str(), "rb") [all...] |
/packages/inputmethods/LatinIME/native/jni/ |
com_android_inputmethod_latin_BinaryDictionary.cpp | 29 #include <cstdio> // for fopen() etc. 80 file = fopen(sourceDirChars, "rb"); 82 AKLOGE("DICT: Can't fopen sourceDir. sourceDirChars=%s errno=%d", sourceDirChars, errno);
|
/external/opencv/cvaux/src/ |
cvlevmarprojbandle.cpp | 536 file = fopen( TRACK_BUNDLE_FILE_MATRW ,"w"); 609 file = fopen( TRACK_BUNDLE_FILE_JACERRPROJ ,"w"); 712 file = fopen(TRACK_BUNDLE_FILE_JACERRPNT,"w"); 941 file = fopen( TRACK_BUNDLE_FILE ,"a"); 963 file = fopen( TRACK_BUNDLE_FILE ,"a"); 981 file = fopen( TRACK_BUNDLE_FILE ,"a"); [all...] |
/bionic/libc/bionic/ |
debug_mapinfo.cpp | 64 FILE* fp = fopen(data, "r");
|
/development/tools/etc1tool/ |
etc1tool.cpp | 149 if ((pIn = fopen(pInput, "rb")) == NULL) { 247 if ((pIn = fopen(pInput, "rb")) == NULL) { 337 if ((pOut = fopen(pOutput, "wb")) == NULL) { 423 if ((pOut = fopen(pOutput, "wb")) == NULL) {
|
/device/samsung/manta/libsensors/ |
SensorBase.cpp | 133 nameFile = fopen(filename, "r");
|
/external/bison/m4/ |
exponentd.m4 | 38 FILE *fp = fopen ("conftest.out", "w");
|
exponentl.m4 | 41 FILE *fp = fopen ("conftest.out", "w");
|
/external/blktrace/btt/ |
misc.c | 160 fp = fopen(path, mode);
|
/external/chromium/base/threading/ |
thread_restrictions.h | 36 // only calls other functions in Chrome and not fopen(), you should go
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
StreamChecker.cpp | 78 void Fopen(CheckerContext &C, const CallExpr *CE) const; 113 II_fopen = &Ctx.Idents.get("fopen"); 142 Fopen(C, CE); 201 void StreamChecker::Fopen(CheckerContext &C, const CallExpr *CE) const {
|
/external/dropbear/ |
cli-authinteract.c | 44 tty = fopen(_PATH_TTY, "r");
|
netbsd_getpass.c | 79 if ((outfp = fp = fopen(_PATH_TTY, "w+")) == NULL) {
|
/external/e2fsprogs/e2fsck/ |
badblocks.c | 68 f = fopen(bad_blocks_file, "r");
|
mtrace.c | 144 mallstream = fopen (mallfile != NULL ? mallfile : "/dev/null", "w");
|
/external/e2fsprogs/lib/blkid/ |
devname.c | 166 if ((f = fopen(path, "r")) == NULL) 283 if ((lvf = fopen(lvm_device, "r")) == NULL) { 372 procpt = fopen(PROC_EVMS_VOLUMES, "r"); 423 proc = fopen(PROC_PARTITIONS, "r");
|
/external/e2fsprogs/lib/ss/ |
test_ss.c | 46 f = fopen(cmd_file, "r");
|
/external/elfutils/tests/ |
arsymtest.c | 56 fp = fopen (argv[2], "w");
|
/external/harfbuzz_ng/src/ |
test.cc | 69 FILE *f = fopen (argv[1], "rb");
|
/external/icu4c/samples/layout/ |
UnicodeReader.cpp | 38 f = fopen(fileName, "rb");
|
/external/iptables/iptables/ |
ip6tables-save.c | 44 procfile = fopen("/proc/net/ip6_tables_names", "re");
|
iptables-save.c | 42 procfile = fopen("/proc/net/ip_tables_names", "re");
|
/external/jpeg/ |
wrjpgcom.c | 37 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */ 442 if ((comment_file = fopen(argv[argn], "r")) == NULL) { 485 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) { 512 if ((outfile = fopen(argv[argn+1], WRITE_BINARY)) == NULL) {
|
Completed in 747 milliseconds
<<11121314151617181920>>