Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Dptrace_test.c48 static const char path_template[] = "/proc/%d/environ"; in test_ptrace_read()
49 char procenv_path[sizeof(path_template) + 10]; in test_ptrace_read()
53 path_template, pid); in test_ptrace_read()
46 static const char path_template[] = "/proc/%d/environ"; test_ptrace_read() local
H A Dfs_test.c3563 static const char path_template[] = "/proc/self/fd/%d"; in open_proc_fd() local
3564 char procfd_path[sizeof(path_template) + 10]; in open_proc_fd()
3566 snprintf(procfd_path, sizeof(procfd_path), path_template, fd); in open_proc_fd()
/linux/tools/testing/selftests/exec/
H A Dcheck-exec.c122 static const char path_template[] = "/proc/self/fd/%d"; in FIXTURE_SETUP() local
123 char procfd_path[sizeof(path_template) + 10]; in FIXTURE_SETUP()
162 path_template, self->pipe_fds[0]); in FIXTURE_SETUP()