Lines Matching defs:fullSource
7099 String fullSource = parent.resolve(fileName);
7102 taskstatus("copy %s to file %s", fullSource.c_str(),
7104 if (!isRegularFile(fullSource))
7106 error("copy : file %s does not exist", fullSource.c_str());
7109 if (!isNewerThan(fullSource, fullDest))
7114 if (!copyFile(fullSource, fullDest))
7143 String fullSource = parent.resolve(sourcePath);
7170 fullSource.c_str(), fullDest.c_str());
7171 if (!isNewerThan(fullSource, fullDest))
7174 taskstatus("copy skipping %s", fullSource.c_str());
7177 if (!copyFile(fullSource, fullDest))
7193 String fullSource = parent.resolve(fileName);
7203 taskstatus("file %s to new dir : %s", fullSource.c_str(),
7205 if (!isRegularFile(fullSource))
7207 error("copy : file %s does not exist", fullSource.c_str());
7210 if (!isNewerThan(fullSource, fullDest))
7215 if (!copyFile(fullSource, fullDest))
7342 String fullSource = parent.resolve(sourcePath);
7345 cmd.append(fullSource);
7346 if (isNewerThan(fullSource, fullDest)) newFiles++;
7446 String fullSource = parent.resolve(sourcePath);
7449 cmd.append(fullSource);
7450 if (isNewerThan(fullSource, fullDest)) newFiles++;
8277 String fullSource = parent.resolve(sourcePath);
8307 if (!isNewerThan(fullSource, fullDest))
8309 //trace("skip %s", fullSource.c_str());
8315 cmd.append(fullSource);