Home
last modified time | relevance | path

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

/coreutils/src/
Dfind-mount-point.c30 find_mount_point (char const *file, struct stat const *file_stat) in find_mount_point() argument
42 if (S_ISDIR (file_stat->st_mode)) in find_mount_point()
45 last_stat = *file_stat; in find_mount_point()