Home
last modified time | relevance | path

Searched refs:readname (Results 1 – 3 of 3) sorted by relevance

/external/skqp/tools/bookmaker/
DparserCommon.cpp367 bool ParserCommon::WrittenFileDiffers(string filename, string readname) { in WrittenFileDiffers() argument
373 char* read = ParserCommon::ReadToBuffer(readname, &readSize); in WrittenFileDiffers()
DparserCommon.h228 static bool WrittenFileDiffers(string filename, string readname);
DincludeWriter.cpp2079 string readname = dir + fileName; in populate() local
2080 if (ParserCommon::WrittenFileDiffers(fileName, readname)) { in populate()