/external/jpeg/ |
rdswitch.c | 90 if ((fp = fopen(filename, "r")) == NULL) { 182 if ((fp = fopen(filename, "r")) == NULL) {
|
/external/libpng/contrib/visupng/ |
PngFile.c | 120 if (!(pfFile = fopen(pstrFileName, "rb"))) 303 if (!(pfFile = fopen(pstrFileName, "wb")))
|
/external/ppp/pppd/plugins/radius/ |
config.c | 193 if ((configfd = fopen(filename,"r")) == NULL) 466 if ((clientfd = fopen (rc_conf_str("servers"), "r")) == (FILE *) NULL)
|
/external/qemu/android/utils/ |
ini.c | 250 FILE* fp = fopen(filepath, "rt"); 292 FILE* fp = fopen(filepath, "wt");
|
/external/quake/quake/src/QW/client/ |
gl_mesh.c | 325 f = fopen (fullpath, "wb");
331 f = fopen (fullpath, "wb");
|
/external/skia/src/animator/ |
SkBuildCondensedInfo.cpp | 153 FILE* condensed = fopen("../../src/animator/SkCondensedDebug.cpp", "w+"); 157 FILE* condensed = fopen("../../src/animator/SkCondensedRelease.cpp", "w+");
|
/external/v8/src/ |
platform-posix.cc | 115 FILE* OS::FOpen(const char* path, const char* mode) { 116 return fopen(path, mode);
|
/external/zlib/ |
minigzip.c | 204 in = fopen(file, "rb"); 248 out = fopen(outfile, "wb");
|
/system/core/libnetutils/ |
ifc_utils.c | 280 fp = fopen("/proc/net/route", "r"); 330 fp = fopen("/proc/net/route", "r");
|
/system/extras/showslab/ |
showslab.c | 67 slabfile = fopen(SLABINFO_FILE, "r"); 69 perror("fopen");
|
/external/bzip2/ |
bzip2.c | 942 FILE *tmp = fopen ( name, "rb" ); 957 security issues, simple this simply behaves like fopen. 971 return fopen(name, mode); 1018 by attempting to fopen() the file, and if successful, immediately 1019 fclose()ing it again. So we have to assume that the fopen() call 1025 open() as a result of fopen(), and not any kind of read()-ahead [all...] |
unzcrash.c | 86 f = fopen ( argv[1], "r" );
|
/bionic/libc/stdio/ |
findfp.c | 96 * Find a free FILE for fopen et al.
|
/bootable/recovery/edify/ |
main.c | 184 FILE* f = fopen(argv[1], "r");
|
/bootable/recovery/minui/ |
resources.c | 54 FILE* fp = fopen(resPath, "rb");
|
/bootable/recovery/tools/ota/ |
check-lost+found.c | 50 FILE *out = fopen(kOutputFile, "a");
|
/bootable/recovery/ |
verifier.c | 37 FILE* f = fopen(path, "rb");
|
/build/tools/apriori/ |
prelinkmap.c | 39 fp = fopen(file, "r");
|
/development/simulator/wrapsim/ |
Init.c | 84 _ws_fopen = dlsym(RTLD_NEXT, "fopen");
|
/external/bluetooth/glib/ |
acglib.m4 | 84 FILE *f=fopen("conftestval", "w");
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmimeparent.c | 133 file = fopen (file_name, "r");
|
/external/bluetooth/glib/glib/ |
gstdio.c | 655 * A wrapper for the stdio fopen() function. The fopen() function 666 * See your C library manual for more details about fopen(). 707 return fopen (filename, mode);
|
/external/dhcpcd/ |
dhcpcd.c | 149 if ((fp = fopen(pidfile, "r")) == NULL) { 678 if ((f = fopen(DUID, "r"))) { 740 f = fopen(cf ? cf : CONFIG, "r"); 785 logger(LOG_ERR, "fopen `%s': %s", cf ? cf : CONFIG,
|
/external/e2fsprogs/debugfs/ |
debugfs.o | |
/external/e2fsprogs/lib/blkid/ |
save.c | 106 file = fopen(filename, "w");
|