Searched refs:fp (Results 1 - 25 of 26) sorted by relevance

12

/system/extras/tests/bionic/libc/common/
H A Dbench_stdio.c53 void read_file(FILE* fp, int chunkSize) argument
57 fread(buffer, 1, chunkSize, fp);
61 void write_file(FILE* fp, int chunkSize) argument
65 fwrite(buffer, 1, chunkSize, fp);
80 FILE* fp = fopen("/dev/zero", "rw"); local
82 if (fp == NULL) {
87 BENCH(read_file(fp,1));
88 BENCH(read_file(fp,2));
89 BENCH(read_file(fp,3));
90 BENCH(read_file(fp,
[all...]
/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/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 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 DVolumeManager.cpp1120 FILE *fp; local
1123 if (!(fp = fopen("/proc/mounts", "r"))) {
1135 while(fgets(line, sizeof(line), fp)) {
1157 fclose(fp);
1243 FILE* fp; local
1245 if ((fp = fopen("/proc/sys/vm/dirty_ratio", "r+"))) {
1247 if (fgets(line, sizeof(line), fp) && sscanf(line, "%d", &mSavedDirtyRatio)) {
1248 fprintf(fp, "%d\n", mUmsDirtyRatio);
1252 fclose(fp);
1294 FILE* fp; local
1456 FILE *fp; local
[all...]
H A DVolume.cpp270 FILE *fp; local
273 if (!(fp = fopen("/proc/mounts", "r"))) {
278 while(fgets(line, sizeof(line), fp)) {
282 fclose(fp);
288 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);
/system/core/toolbox/
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...]
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);
/system/core/debuggerd/
H A Dbacktrace.c41 FILE* fp; local
44 if ((fp = fopen(path, "r"))) {
45 procname = fgets(procnamebuf, sizeof(procnamebuf), fp);
46 fclose(fp);
70 FILE* fp; local
73 if ((fp = fopen(path, "r"))) {
74 threadname = fgets(threadnamebuf, sizeof(threadnamebuf), fp);
75 fclose(fp);
H A Dtombstone.c171 FILE *fp; local
174 if ((fp = fopen(path, "r"))) {
175 threadname = fgets(threadnamebuf, sizeof(threadnamebuf), fp);
176 fclose(fp);
190 if ((fp = fopen(path, "r"))) {
191 procname = fgets(procnamebuf, sizeof(procnamebuf), fp);
192 fclose(fp);
H A Ddebuggerd.c163 FILE* fp = fopen(path, "r"); local
164 if (!fp) {
170 while (fgets(line, sizeof(line), fp)) {
183 fclose(fp);
/system/core/libcorkscrew/
H A Dmap_info.c74 FILE* fp; local
78 fp = fopen(path, "r");
79 if (fp) {
80 while(fgets(line, sizeof(line), fp)) {
87 fclose(fp);
/system/core/libcutils/
H A Dsched_policy.c166 FILE *fp; local
169 if (!(fp = fopen(pathBuf, "r"))) {
173 while(fgets(lineBuf, sizeof(lineBuf) -1, fp)) {
205 fclose(fp);
210 fclose(fp);
214 fclose(fp);
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);
/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.cpp2231 const GGLFormat* fp = &(c->formats[cb->format]); local
2233 (x + (cb->stride * y)) * fp->size;
2239 (u + (tex->stride * v)) * fp->size;
2241 const size_t size = ct * fp->size;
2284 const GGLFormat* fp = &(c->formats[cb->format]); local
2286 (x + (cb->stride * y)) * fp->size;
2287 const size_t size = ct * fp->size;
2297 const GGLFormat* fp = &(c->formats[cb->format]); local
2299 (x + (cb->stride * y)) * fp->size;
2300 const size_t size = ct * fp
2322 const GGLFormat* fp = &(c->formats[cb->format]); local
[all...]
/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/showmap/
H A Dshowmap.c164 FILE *fp; local
171 fp = fopen(fn, "r");
172 if (fp == 0) {
177 while (fgets(line, sizeof(line), fp) != 0) {
199 fclose(fp);
/system/core/libnetutils/
H A Difc_utils.c654 FILE *fp; local
657 fp = fopen("/proc/net/route", "r");
658 if (fp == NULL)
661 if (fscanf(fp, "%*[^\n]\n") < 0) {
662 fclose(fp);
667 int nread = fscanf(fp, "%63s%X%X%X%d%d%d%X%d%d%d\n",
688 fclose(fp);
707 FILE *fp; local
709 fp = fopen("/proc/net/route", "r");
710 if (fp
[all...]
/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 DBandwidthController.cpp674 FILE *fp; local
679 fp = fopen(fname, "r");
681 if (!fp) {
685 scanRes = fscanf(fp, "%lld", bytes);
687 fclose(fp);
725 FILE *fp; local
729 fp = fopen(fname, "w");
731 if (!fp) {
735 fprintf(fp, "%lld\n", bytes);
736 fclose(fp);
991 parseForwardChainStats(TetherStats &stats, FILE *fp, std::string &extraProcessingInfo) argument
[all...]
H A DBandwidthController.h140 * fp should be a file to the FORWARD rules of iptables.
143 static int parseForwardChainStats(TetherStats &stats, FILE *fp,
H A DCommandListener.cpp939 FILE *fp = fopen("/proc/net/dev", "r"); local
940 if (!fp) {
947 fgets(buffer, sizeof(buffer), fp); // Header 1
948 fgets(buffer, sizeof(buffer), fp); // Header 2
949 while(fgets(buffer, sizeof(buffer), fp)) {
969 fclose(fp);
973 fclose(fp);
/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c127 FILE *fp; local

Completed in 186 milliseconds

12