Searched refs:proc_root (Results 1 – 1 of 1) sorted by relevance
489 char proc_root[32]; in filename_with_chroot() local493 scnprintf(proc_root, sizeof(proc_root), "/proc/%d/root", pid); in filename_with_chroot()494 ret = readlink(proc_root, buf, sizeof(buf) - 1); in filename_with_chroot()