Searched refs:tmpStat (Results 1 - 1 of 1) sorted by path

/haiku/src/build/libroot/
H A Dfs.cpp889 struct stat tmpStat; local
890 if (lstat(realPath.c_str(), &tmpStat) < 0)
893 isSymlink = S_ISLNK(tmpStat.st_mode);

Completed in 57 milliseconds