Searched refs:stdir (Results 1 - 1 of 1) sorted by relevance

/external/toybox/toys/lsb/
H A Dmount.c162 struct stat stdev, stdir; local
165 if (!stat(dev, &stdev) && !stat(dir, &stdir)
166 && ((S_ISREG(stdev.st_mode) && S_ISREG(stdir.st_mode))
167 || (S_ISDIR(stdev.st_mode) && S_ISDIR(stdir.st_mode))))

Completed in 180 milliseconds