Searched defs:fp (Results 1 - 23 of 23) sorted by relevance

/system/media/wilhelm/tools/mphtogen/
H A Dmphtogen.c27 FILE *fp = fopen(filename, "w"); local
28 assert(NULL != fp);
29 fputs("// This file is automagically generated by mphtogen, do not edit\n", fp);
34 fputc(',', fp);
38 fputc('\n', fp);
41 fprintf(fp, "%3d", MPH_to[i]);
45 fputc('\n', fp);
47 fclose(fp);
/system/vold/
H A DXwarp.cpp45 FILE *fp; local
50 if (!(fp = fopen(XWARP_READY, "r"))) {
54 fscanf(fp, "%d", (int *) ready);
55 fclose(fp);
57 if (!(fp = fopen(XWARP_MIRROR_STATUS, "r"))) {
61 fscanf(fp, "%u %u", mirrorPos, maxSize);
62 fclose(fp);
H A DCommandListener.cpp96 FILE *fp = fopen("/proc/mounts", "r"); local
97 if (fp) {
99 while (fgets(line, sizeof(line), fp)) {
103 fclose(fp);
H A Dmain.cpp162 FILE *fp; local
166 if (!(fp = fopen("/etc/vold.fstab", "r"))) {
170 while(fgets(line, sizeof(line), fp)) {
243 fclose(fp);
250 fclose(fp);
H A DVolume.cpp266 FILE *fp; local
269 if (!(fp = fopen("/proc/mounts", "r"))) {
274 while(fgets(line, sizeof(line), fp)) {
278 fclose(fp);
284 fclose(fp);
H A DVolumeManager.cpp858 FILE *fp; local
861 if (!(fp = fopen("/proc/mounts", "r"))) {
873 while(fgets(line, sizeof(line), fp)) {
895 fclose(fp);
981 FILE* fp; local
983 if ((fp = fopen("/proc/sys/vm/dirty_ratio", "r+"))) {
985 if (fgets(line, sizeof(line), fp) && sscanf(line, "%d", &mSavedDirtyRatio)) {
986 fprintf(fp, "%d\n", mUmsDirtyRatio);
990 fclose(fp);
1032 FILE* fp; local
1138 FILE *fp; local
[all...]
/system/core/libcutils/
H A Dopen_memstream.c227 FILE* fp; local
239 fp = funopen(stream,
241 if (fp == NULL) {
251 return fp;
277 * fp = fopencookie(stream, "w", iofuncs);
H A Dsched_policy.c134 FILE *fp; local
137 if (!(fp = fopen(pathBuf, "r"))) {
141 while(fgets(lineBuf, sizeof(lineBuf) -1, fp)) {
173 fclose(fp);
178 fclose(fp);
182 fclose(fp);
/system/core/nexus/
H A DController.cpp96 FILE *fp = fopen("/proc/modules", "r"); local
98 if (!fp) {
104 while(fgets(line, sizeof(line), fp)) {
112 fclose(fp);
117 fclose(fp);
/system/core/sh/
H A Dshow.c73 shtree(union node *n, int ind, char *pfx, FILE *fp) argument
81 indent(ind, pfx, fp);
92 shtree(n->nbinary.ch1, ind, NULL, fp);
94 fputs(s, fp);
95 shtree(n->nbinary.ch2, ind, NULL, fp);
98 shcmd(n, fp);
100 putc('\n', fp);
104 shcmd(lp->n, fp);
106 fputs(" | ", fp);
109 fputs(" &", fp);
124 shcmd(union node *cmd, FILE *fp) argument
166 sharg(union node *arg, FILE *fp) argument
250 indent(int amount, char *pfx, FILE *fp) argument
[all...]
/system/core/toolbox/
H A Dcat.c53 cook_buf(FILE *fp) argument
59 for (prev = '\n'; (ch = getc(fp)) != EOF; prev = ch) {
127 FILE *fp; local
129 fp = stdin;
134 fp = stdin;
135 else if ((fp = fopen(*argv,
144 cook_buf(fp);
145 if (fp != stdin)
146 fclose(fp);
H A Dnetstat.c92 FILE *fp = fopen(filename, "r"); local
93 if (fp == NULL) {
97 fgets(buf, BUFSIZ, fp);
98 while (fgets(buf, BUFSIZ, fp)){
115 fclose(fp);
119 FILE *fp = fopen(filename, "r"); local
120 if (fp == NULL) {
124 fgets(buf, BUFSIZ, fp);
125 while (fgets(buf, BUFSIZ, fp)){
143 fclose(fp);
[all...]
/system/core/libpixelflinger/
H A Draster.cpp105 const GGLFormat* fp = &(c->formats[cb->format]); local
107 + (xs + (cb->stride * ys)) * fp->size;
109 + (xd + (cb->stride * yd)) * fp->size;
110 const size_t bpr = cb->stride * fp->size;
111 const size_t rowsize = width * fp->size;
H A Dscanline.cpp2206 const GGLFormat* fp = &(c->formats[cb->format]); local
2208 (x + (cb->stride * y)) * fp->size;
2214 (u + (tex->stride * v)) * fp->size;
2216 const size_t size = ct * fp->size;
2259 const GGLFormat* fp = &(c->formats[cb->format]); local
2261 (x + (cb->stride * y)) * fp->size;
2262 const size_t size = ct * fp->size;
2272 const GGLFormat* fp = &(c->formats[cb->format]); local
2274 (x + (cb->stride * y)) * fp->size;
2275 const size_t size = ct * fp
2297 const GGLFormat* fp = &(c->formats[cb->format]); local
[all...]
H A Dtrap.cpp455 const GGLFormat* fp = &(c->formats[cb->format]); local
457 (x + (cb->stride * y)) * fp->size;
458 const size_t size = ct * fp->size;
/system/extras/showmap/
H A Dshowmap.c166 FILE *fp; local
173 fp = fopen(fn, "r");
174 if (fp == 0) {
179 while (fgets(line, sizeof(line), fp) != 0) {
201 fclose(fp);
/system/extras/tests/lib/testUtil/
H A DtestUtil.c395 FILE *fp; local
405 if ((fp = popen(cmd, "r")) == NULL) {
411 while (fgets(str, sizeof(str), fp) != NULL) {
420 status = pclose(fp);
/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c127 FILE *fp; local
/system/extras/tests/fstest/
H A Dperm_checker.c155 static int read_rules(FILE *fp) argument
165 while ((res = fscanf(fp, "%s %lo %lo %s %s %s %s\n", spec,
409 FILE *fp; local
422 if (!(fp = fopen(config_file, "r"))) {
426 read_rules(fp);
427 fclose(fp);
/system/netd/
H A DCommandListener.cpp848 FILE *fp = fopen("/proc/net/dev", "r"); local
849 if (!fp) {
856 fgets(buffer, sizeof(buffer), fp); // Header 1
857 fgets(buffer, sizeof(buffer), fp); // Header 2
858 while(fgets(buffer, sizeof(buffer), fp)) {
878 fclose(fp);
882 fclose(fp);
H A DBandwidthController.cpp606 FILE *fp; local
611 fp = fopen(fname, "r");
613 if (!fp) {
617 scanRes = fscanf(fp, "%lld", bytes);
619 fclose(fp);
657 FILE *fp; local
661 fp = fopen(fname, "w");
663 if (!fp) {
667 fprintf(fp, "%lld\n", bytes);
668 fclose(fp);
924 parseForwardChainStats(TetherStats &stats, FILE *fp) argument
[all...]
/system/core/debuggerd/
H A Ddebuggerd.c195 FILE *fp; local
198 fp = fopen(data, "r");
199 if(fp) {
200 x = fgets(data, 1024, fp);
201 fclose(fp);
258 FILE *fp; local
278 fp = fopen(data, "r");
279 if(fp) {
280 while(fgets(data, 1024, fp)) {
287 fclose(fp);
[all...]
/system/core/libnetutils/
H A Difc_utils.c659 FILE *fp; local
662 fp = fopen("/proc/net/route", "r");
663 if (fp == NULL)
666 if (fscanf(fp, "%*[^\n]\n") < 0) {
667 fclose(fp);
672 int nread = fscanf(fp, "%63s%X%X%X%d%d%d%X%d%d%d\n",
693 fclose(fp);
712 FILE *fp; local
714 fp = fopen("/proc/net/route", "r");
715 if (fp
[all...]

Completed in 286 milliseconds