Searched refs:fileArray (Results 1 - 1 of 1) sorted by relevance

/external/skia/tools/skdiff/
H A Dskdiff_main.cpp91 void printContents(const FileArray& fileArray, argument
94 int n = fileArray.count();
100 printf("%s ", fileArray[i]->c_str());
115 const FileArray& fileArray = fStatusOfType[base][comparison]; local
116 if (fileArray.count() > 0) {
122 printContents(fileArray,
132 void printContents(const FileArray& fileArray, const char* headerText, bool listFilenames) { argument
133 int n = fileArray.count();
138 printf("%s ", fileArray[i]->c_str());

Completed in 57 milliseconds