Searched refs:maps_f (Results 1 - 1 of 1) sorted by relevance

/system/extras/libpagemap/
H A Dpm_process.c226 FILE *maps_f; local
243 maps_f = fopen(filename, "r");
244 if (!maps_f)
247 while (fgets(line, MAX_LINE, maps_f)) {
253 fclose(maps_f);
283 fclose(maps_f);

Completed in 20 milliseconds