Searched refs:readname (Results 1 – 6 of 6) 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()
366 bool ParserCommon::WrittenFileDiffers(string filename, string readname) { in WrittenFileDiffers() argument372 char* read = ParserCommon::ReadToBuffer(readname, &readSize); in WrittenFileDiffers()
230 static bool WrittenFileDiffers(string filename, string readname);
2078 string readname = dir + fileName; in populate() local2079 if (ParserCommon::WrittenFileDiffers(fileName, readname)) { in populate()