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

/inkscape/
H A Dbuildtool.cpp3158 bool copyFile(const String &srcFile, const String &destFile);
5028 bool MakeBase::copyFile(const String &srcFile, const String &destFile) function in class:buildtool::MakeBase
5063 error("copyFile cannot open '%s' for reading", srcNative.c_str());
5070 error("copyFile cannot open %s for writing", srcNative.c_str());
5089 error("copyFile from %s to %s failed",
7114 if (!copyFile(fullSource, fullDest))
7177 if (!copyFile(fullSource, fullDest))
7215 if (!copyFile(fullSource, fullDest))

Completed in 910 milliseconds