Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/landlock/
Dptrace_test.c41 static const char path_template[] = "/proc/%d/environ"; in test_ptrace_read() local
42 char procenv_path[sizeof(path_template) + 10]; in test_ptrace_read()
46 path_template, pid); in test_ptrace_read()
Dfs_test.c1970 static const char path_template[] = "/proc/self/fd/%d"; in open_proc_fd() local
1971 char procfd_path[sizeof(path_template) + 10]; in open_proc_fd()
1973 path_template, fd); in open_proc_fd()