Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Dchroot_canon.c51 size_t chroot_len = strlen (chroot); in chroot_canon() local
53 if (chroot_len < 1) in chroot_canon()
59 rpath = xmalloc (chroot_len + PATH_MAX); in chroot_canon()
61 rpath_limit = rpath + chroot_len + PATH_MAX; in chroot_canon()
63 rpath_root = (char *) mempcpy (rpath, chroot, chroot_len) - 1; in chroot_canon()