Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c1486 char maps_path[64]; in test_task_vma_common() local
1528 snprintf(maps_path, 64, "/proc/%u/maps", skel->bss->pid); in test_task_vma_common()
1529 proc_maps_fd = open(maps_path, O_RDONLY); in test_task_vma_common()