Home | History | Annotate | Download | only in webkitmerge

Lines Matching full:comparefiles

479 bool CompareFiles(const char* base1, const char* dir1, const char* file1, 
498 bool CompareFiles(const char* base1, const char* base2, const char* dir, const char* file)
500 return CompareFiles(base1, dir, file, base2, dir, file);
1199 bool oldSandboxDiff = CompareFiles(oldBase, sandboxBase, workingDir, oldList);
1233 bool oldNewDiff = CompareFiles(oldBase, workingDir, oldList, newBase, renamedDir, renamed);
1371 bool oldNewDiff = CompareFiles(oldBase, newBase, workingDir, oldList);
1375 bool oldSandboxDiff = CompareFiles(oldBase, sandboxBase, workingDir, oldFile);