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

/inkscape/src/extension/implementation/
H A Dscript.cpp1153 Glib::RefPtr<Glib::IOChannel> stdout_file = Glib::IOChannel::create_from_file(name, "w"); local
1154 stdout_file->set_encoding();
1155 stdout_file->write(_string);

Completed in 33 milliseconds