Home
last modified time | relevance | path

Searched refs:WrittenFileDiffers (Results 1 – 7 of 7) sorted by relevance

/external/skqp/tools/bookmaker/
DhackParser.cpp50 if (ParserCommon::WrittenFileDiffers(filename, root->fFileName)) { in hackFiles()
Dcataloger.cpp79 if (ParserCommon::WrittenFileDiffers(fullName, kCatalogFileName)) { in closeCatalog()
DparserCommon.h228 static bool WrittenFileDiffers(string filename, string readname);
DparserCommon.cpp367 bool ParserCommon::WrittenFileDiffers(string filename, string readname) { in WrittenFileDiffers() function in ParserCommon
DmdOut.cpp743 if (ParserCommon::WrittenFileDiffers(fullName, filename)) { in buildRefFromFile()
DbmhParser.cpp884 if (ParserCommon::WrittenFileDiffers(oldFiddle, newFiddle)) { in dumpExamples()
DincludeWriter.cpp2080 if (ParserCommon::WrittenFileDiffers(fileName, readname)) { in populate()