Searched refs:path_template (Results 1 – 2 of 2) sorted by relevance
41 static const char path_template[] = "/proc/%d/environ"; in test_ptrace_read() local42 char procenv_path[sizeof(path_template) + 10]; in test_ptrace_read()46 path_template, pid); in test_ptrace_read()
1970 static const char path_template[] = "/proc/self/fd/%d"; in open_proc_fd() local1971 char procfd_path[sizeof(path_template) + 10]; in open_proc_fd()1973 path_template, fd); in open_proc_fd()