Home | History | Annotate | Download | only in webkitmerge

Lines Matching refs:oldList

526 string Find(const char* oldList)
533 newBase, "/WebCore", oldList, findWebCore.c_str());
541 newBase, "/JavaScriptCore", oldList, findJavaScriptCore.c_str());
558 fprintf(stderr, "deleted file \"%s\" has more than one possible rename:\n", oldList);
1107 char* oldList = List(oldBase, "old", workingDir);
1110 char* oldMem = oldList;
1115 size_t oldLen = strlen(oldList);
1123 char last = oldList[oldLen - 1];
1147 string oldFileStr = string(oldList).substr(0, oldLen);
1153 int order = Compare(oldList, oldLen, newList, newLen);
1156 sandOrder = Compare(sandList, sandLen, oldList, oldLen);
1170 CheckForExec(oldBase, workingDir, oldList,
1199 bool oldSandboxDiff = CompareFiles(oldBase, sandboxBase, workingDir, oldList);
1233 bool oldNewDiff = CompareFiles(oldBase, workingDir, oldList, newBase, renamedDir, renamed);
1276 oldList += strlen(oldList) + 1;
1342 size_t newLen1 = strlen(workingDir) + strlen(oldList);
1344 sprintf(newFile, "%s/%.*s", workingDir, (int) strlen(oldList) - 1,
1345 oldList);
1371 bool oldNewDiff = CompareFiles(oldBase, newBase, workingDir, oldList);
1396 oldList += strlen(oldList) + 1;