Lines Matching refs:Find
526 string Find(const char* oldList)
532 sprintf(scratch, "cd %s%s ; find . -name \"%s\" > %s",
540 sprintf(scratch, "cd %s%s ; find . -name \"%s\" > %s",
583 do { // find first filename in makefile
638 do { // find first filename in makefile
675 do { // find first filename in makefile
725 do { // find first filename in makefile
773 " ; find . -name '*.idl' | " + excludedFiles +
977 " find . -name '*.cpp' -or -name '*.c' -or -name '*.y' | " +
985 do { // find first filename in makefile
1077 string findEmptyStr = "find \"";
1188 string newName = Find(oldFile);
1190 map<string, string>::iterator iter = renameMap.find(rename);
1201 map<string, string>::iterator iter = renameMap.find(rename);
1295 fprintf(copyDirFile, "find \"%s/%s/%s\" -type d -print | "
1298 fprintf(copyDirFile, "find \"%s/%s/%s\" -type f -print | "
1302 fprintf(copyDirFile, "find \"%s/%s/%s\" -type f -print | "
1348 fprintf(copyDirFile, "find \"%s/%s\" -type d -print | "
1351 fprintf(copyDirFile, "find \"%s/%s\" -type f -print | "
1355 fprintf(copyDirFile, "find \"%s/%s\" -type f -print | "
1366 // ignore executables, different or not (or always copy, or do text compare? or find binary compare? )
1498 sprintf(scratch, "cd %s ; find . -type d -not -empty "
1504 sprintf(scratch, "cd %s ; find . -type d -not -empty "
1526 "@mkdir -p -v %s/\\1 ; find %s/\\1 -type f -depth 1 -exec cp {} %s/\\1 \";\"",
1530 scratchLen += sprintf(&scratch[scratchLen], " ; cd %s ; find ", sandboxCmd);
1532 scratchLen += sprintf(&scratch[scratchLen], " ; find %s/", sandboxCmd);
1721 string removeSVNStr = string("find ") + newBase +
1731 string removeEmpty = string("find ") + oldBase + " " + newBase +