Lines Matching defs:fullDest
7100 String fullDest = parent.resolve(toFileName);
7103 fullDest.c_str());
7109 if (!isNewerThan(fullSource, fullDest))
7114 if (!copyFile(fullSource, fullDest))
7166 String fullDest = parent.resolve(destPath);
7170 fullSource.c_str(), fullDest.c_str());
7171 if (!isNewerThan(fullSource, fullDest))
7177 if (!copyFile(fullSource, fullDest))
7201 String fullDest = parent.resolve(destPath);
7204 fullDest.c_str());
7210 if (!isNewerThan(fullSource, fullDest))
7215 if (!copyFile(fullSource, fullDest))
7324 String fullDest = parent.resolve(parent.eval(destPathOpt, "."));
7327 cmd.append(fullDest);
7346 if (isNewerThan(fullSource, fullDest)) newFiles++;
7350 size_t const lastSlash = fullDest.find_last_of('/');
7351 if (lastSlash != fullDest.npos) {
7352 String directory(fullDest, 0, lastSlash);
7363 removeFromStatCache(getNativePath(fullDest));
7422 String fullDest = parent.resolve(parent.eval(destPathOpt, "."));
7425 cmd.append(fullDest);
7431 if (isNewerThan(fullTemplate, fullDest)) newFiles++;
7450 if (isNewerThan(fullSource, fullDest)) newFiles++;
7454 size_t const lastSlash = fullDest.find_last_of('/');
7455 if (lastSlash != fullDest.npos) {
7456 String directory(fullDest, 0, lastSlash);
7467 removeFromStatCache(getNativePath(fullDest));
7871 String fullDest = destdir;
7872 fullDest.append("/");
7873 fullDest.append(destName);
7874 //trace("fullsrc:%s fulldest:%s", fullSrc.c_str(), fullDest.c_str());
7875 if (!isNewerThan(fullSrc, fullDest))
8305 String fullDest = parent.resolve(destPath);
8307 if (!isNewerThan(fullSource, fullDest))
8317 cmd.append(fullDest);
8319 int pos = fullDest.find_last_of('/');
8322 String fullDestPath = fullDest.substr(0, pos);
8335 removeFromStatCache(getNativePath(fullDest));
8511 //removeFromStatCache(getNativePath(fullDest));