Searched refs:readname (Results 1 – 3 of 3) sorted by relevance
367 bool ParserCommon::WrittenFileDiffers(string filename, string readname) { in WrittenFileDiffers() argument373 char* read = ParserCommon::ReadToBuffer(readname, &readSize); in WrittenFileDiffers()
228 static bool WrittenFileDiffers(string filename, string readname);
2079 string readname = dir + fileName; in populate() local2080 if (ParserCommon::WrittenFileDiffers(fileName, readname)) { in populate()