Searched refs:srcstat (Results 1 – 2 of 2) sorted by relevance
220 struct stat srcstat, targstat; in device_get_disk_name_from_dir() local225 loc_err = stat(path, &srcstat); in device_get_disk_name_from_dir()242 (void *)&(srcstat.st_ino), in device_get_disk_name_from_dir()245 (void *)&(srcstat.st_dev), in device_get_disk_name_from_dir()
1198 struct stat srcstat; in pkgxfer() local1297 if (stat(srcdir, &srcstat) != -1) { in pkgxfer()1298 if (chmod(dstdir, (srcstat.st_mode & S_IAMB)) == -1) { in pkgxfer()