Lines Matching refs:stat
113 struct stat buf; in GetMountEntry()
115 if ((stat (mountp, &buf) != -1) && (buf.st_dev == dev)) in GetMountEntry()
176 struct stat buf; in GetMountEntry()
177 if ((stat (mnt->MOUNTPOINT, &buf) == -1) || (buf.st_dev != dev)) in GetMountEntry()
226 struct stat buf; in IsCaseSensitive()
230 while (stat (ByteString(aPath.GetFull(), osl_getThreadTextEncoding()).GetBuffer(), &buf)) in IsCaseSensitive()
333 struct stat buf; in GetVolume()
334 while (stat (ByteString(aPath.GetFull(), osl_getThreadTextEncoding()).GetBuffer(), &buf)) in GetVolume()
354 struct stat buf; in GetDevice()
355 while (stat (ByteString(aPath.GetFull(), osl_getThreadTextEncoding()).GetBuffer(), &buf)) in GetDevice()
517 struct stat aStat; in Update()
519 if ( stat( (char*) aPath.GetBuffer(), &aStat ) ) in Update()