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

/inkscape/
H A Dbuildtool.cpp3958 char *paramBuf = new char[command.size() + 1]; local
3959 if (!paramBuf)
3964 strcpy(paramBuf, (char *)command.c_str());
3980 delete[] paramBuf;
3987 delete[] paramBuf;
3995 delete[] paramBuf;
4015 if (!CreateProcess(NULL, paramBuf, NULL, NULL, true,
4024 delete[] paramBuf;

Completed in 49 milliseconds