Searched refs:maps_file (Results 1 – 1 of 1) sorted by relevance
121 FILE *maps_file; in FIXTURE_SETUP() local172 maps_file = fopen("/proc/self/maps", "r"); in FIXTURE_SETUP()173 if (maps_file != NULL) { in FIXTURE_SETUP()174 while (fgets(maps_line, sizeof(maps_line), maps_file) != NULL) { in FIXTURE_SETUP()181 fclose(maps_file); in FIXTURE_SETUP()
Completed in 3 milliseconds