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

/inkscape/
H A Dbuildtool.cpp5040 String destNative = getNativePath(destFile); local
5042 if (cachedStat(destNative, &destinfo)==0)
5066 FILE *destf = fopen(destNative.c_str(), "wb");
5087 if (!CopyFile(srcNative.c_str(), destNative.c_str(), false))
5090 srcNative.c_str(), destNative.c_str());
5096 removeFromStatCache(destNative);

Completed in 63 milliseconds