Home
last modified time | relevance | path

Searched refs:maps_file (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/sgx/
A Dmain.c121 FILE *maps_file; in FIXTURE_SETUP() local
172 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