Home
last modified time | relevance | path

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

/elf/
A Dchroot_canon.c46 char *rpath_root; in chroot_canon() local
63 rpath_root = (char *) mempcpy (rpath, chroot, chroot_len) - 1; in chroot_canon()
64 if (*rpath_root != '/') in chroot_canon()
65 *++rpath_root = '/'; in chroot_canon()
66 dest = rpath_root + 1; in chroot_canon()
87 if (dest > rpath_root + 1) in chroot_canon()
159 dest = rpath_root + 1; /* It's an absolute symlink */ in chroot_canon()
162 if (dest > rpath_root + 1) in chroot_canon()
168 if (dest > rpath_root + 1 && dest[-1] == '/') in chroot_canon()

Completed in 3 milliseconds