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

/inkscape/
H A Dbuildtool.cpp5031 String srcNative = getNativePath(srcFile); local
5033 if (cachedStat(srcNative, &srcinfo)<0)
5036 srcNative.c_str());
5060 FILE *srcf = fopen(srcNative.c_str(), "rb");
5063 error("copyFile cannot open '%s' for reading", srcNative.c_str());
5070 error("copyFile cannot open %s for writing", srcNative.c_str());
5087 if (!CopyFile(srcNative.c_str(), destNative.c_str(), false))
5090 srcNative.c_str(), destNative.c_str());

Completed in 66 milliseconds