Home | History | Annotate | Download | only in vold

Lines Matching defs:fp

483     FILE* fp = setmntent("/proc/mounts", "r");
484 if (fp == NULL) {
493 while ((mentry = getmntent(fp)) != NULL) {
498 endmntent(fp);
657 FILE* fp = setmntent("/proc/mounts", "r");
658 if (fp == NULL) {
667 while ((mentry = getmntent(fp)) != NULL) {
673 endmntent(fp);
1820 FILE *fp = setmntent("/proc/mounts", "r");
1821 if (fp == NULL) {
1834 while ((mentry = getmntent(fp)) != NULL) {
1847 endmntent(fp);
1858 FILE *fp = setmntent("/proc/mounts", "r");
1859 if (fp == NULL) {
1866 while ((mentry = getmntent(fp)) != NULL) {
1872 endmntent(fp);