Lines Matching full:fopen
131 if (NULL == (f = fopen(file_name, "r")))259 if (NULL == (f = fopen(file_name, "r")))431 FILE* file = fopen(name, "r+");450 FILE* file = fopen(name, "w+");478 FILE* fp = fopen("/proc/self/maps", "r");547 FILE* f = fopen(kGCFakeMmap, "w+");