Home | History | Annotate | Download | only in Frontend

Lines Matching refs:statBuf

1733       struct stat statBuf;
1734 if (stat(systemVersionFile.c_str(), &statBuf) == 0)
1735 code = hash_combine(code, statBuf.st_mtime);