Home
last modified time | relevance | path

Searched refs:readname (Results 1 – 6 of 6) 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()
/external/skia/tools/bookmaker/
DparserCommon.cpp366 bool ParserCommon::WrittenFileDiffers(string filename, string readname) { in WrittenFileDiffers() argument
372 char* read = ParserCommon::ReadToBuffer(readname, &readSize); in WrittenFileDiffers()
DparserCommon.h230 static bool WrittenFileDiffers(string filename, string readname);
DincludeWriter.cpp2078 string readname = dir + fileName; in populate() local
2079 if (ParserCommon::WrittenFileDiffers(fileName, readname)) { in populate()