Searched defs:fullSource (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp7099 String fullSource = parent.resolve(fileName); local
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); local
7170 fullSource.c_str(), fullDest.c_str());
7171 if (!isNewerThan(fullSource, fullDest))
7174 taskstatus("copy skipping %s", fullSource
7193 String fullSource = parent.resolve(fileName); local
7342 String fullSource = parent.resolve(sourcePath); local
7446 String fullSource = parent.resolve(sourcePath); local
8277 String fullSource = parent.resolve(sourcePath); local
[all...]

Completed in 45 milliseconds