Lines Matching defs:StatBuf
843 struct stat StatBuf;844 if (stat(UniqueLockFileName.c_str(), &StatBuf) == 0 &&845 StatBuf.st_nlink == 2)