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