Searched refs:proc_maps_output (Results 1 – 1 of 1) sorted by relevance
1395 static char proc_maps_output[CMP_BUFFER_SIZE]; variable1464 err = read_fd_into_buffer(proc_maps_fd, proc_maps_output, CMP_BUFFER_SIZE); in test_task_vma_common()1470 str_strip_first_line(proc_maps_output); in test_task_vma_common()1472 ASSERT_STREQ(task_vma_output, proc_maps_output, "compare_output"); in test_task_vma_common()