Searched refs:stat_so (Results 1 – 1 of 1) sorted by relevance
572 struct stat64 stat_lib, stat_so, lstat_so; in create_links() local596 if (chroot_stat (real_full_soname, full_soname, &stat_so) == 0) in create_links()603 if (stat_lib.st_dev == stat_so.st_dev in create_links()604 && stat_lib.st_ino == stat_so.st_ino) in create_links()
Completed in 5 milliseconds