Searched refs:procenv_path (Results 1 – 1 of 1) sorted by relevance
47 char procenv_path[sizeof(path_template) + 10]; in test_ptrace_read() local50 procenv_path_size = snprintf(procenv_path, sizeof(procenv_path), in test_ptrace_read()52 if (procenv_path_size >= sizeof(procenv_path)) in test_ptrace_read()55 fd = open(procenv_path, O_RDONLY | O_CLOEXEC); in test_ptrace_read()