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

/inkscape/src/ui/dialog/
H A Dprint.cpp65 int tmp_fd; local
66 if ( (tmp_fd = Inkscape::IO::file_open_tmp (tmp_png, tmp_base)) >= 0) {
67 close(tmp_fd);

Completed in 10 milliseconds