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

/inkscape/
H A Dbuildtool.cpp4284 String childNative = getNativePath(fullChildPath); local
4285 if (cachedStat(childNative, &finfo)<0)
4287 error("cannot stat file:%s", childNative.c_str());
4980 String childNative = getNativePath(childName); local
4981 char *cnative = (char *)childNative.c_str();
4982 if (cachedStat(childNative, &finfo)<0)

Completed in 48 milliseconds