Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/landlock/
Dptrace_test.c42 static const char path_template[] = "/proc/%d/environ"; in test_ptrace_read() local
43 char procenv_path[sizeof(path_template) + 10]; in test_ptrace_read()
47 path_template, pid); in test_ptrace_read()
Dfs_test.c3052 static const char path_template[] = "/proc/self/fd/%d"; in open_proc_fd() local
3053 char procfd_path[sizeof(path_template) + 10]; in open_proc_fd()
3055 snprintf(procfd_path, sizeof(procfd_path), path_template, fd); in open_proc_fd()