Searched defs:destFile (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) argument
5040 String destNative = getNativePath(destFile);
5049 std::size_t pos = destFile.find_last_of('/');
5050 if (pos != destFile.npos)
5052 String subpath = destFile.substr(0, pos);

Completed in 161 milliseconds