Searched refs:stat_lib (Results 1 – 1 of 1) sorted by relevance
572 struct stat64 stat_lib, stat_so, lstat_so; in create_links() local598 if (chroot_stat (real_full_libname, full_libname, &stat_lib)) 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