Searched refs:maps_line (Results 1 – 1 of 1) sorted by relevance
120 char maps_line[256]; in FIXTURE_SETUP() local174 while (fgets(maps_line, sizeof(maps_line), maps_file) != NULL) { in FIXTURE_SETUP()175 maps_line[strlen(maps_line) - 1] = '\0'; in FIXTURE_SETUP()177 if (strstr(maps_line, "/dev/sgx_enclave")) in FIXTURE_SETUP()178 TH_LOG("%s", maps_line); in FIXTURE_SETUP()
Completed in 4 milliseconds