Searched refs:maps_line (Results 1 – 1 of 1) sorted by relevance
181 char maps_line[256]; in setup_test_encl() local236 while (fgets(maps_line, sizeof(maps_line), maps_file) != NULL) { in setup_test_encl()237 maps_line[strlen(maps_line) - 1] = '\0'; in setup_test_encl()239 if (strstr(maps_line, "/dev/sgx_enclave")) in setup_test_encl()240 TH_LOG("%s", maps_line); in setup_test_encl()