Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/sgx/
Dmain.c182 FILE *maps_file; in setup_test_encl() local
234 maps_file = fopen("/proc/self/maps", "r"); in setup_test_encl()
235 if (maps_file != NULL) { in setup_test_encl()
236 while (fgets(maps_line, sizeof(maps_line), maps_file) != NULL) { in setup_test_encl()
243 fclose(maps_file); in setup_test_encl()