Searched refs:name_used (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/io/
H A Dsys.h35 int file_open_tmp( std::string& name_used, const std::string& prefix );
H A Dsys.cpp165 * name_used contains the actual name used (a raw filename, not necessarily utf8).
177 int Inkscape::IO::file_open_tmp(std::string& name_used, const std::string& prefix) argument
179 return Glib::file_open_tmp(name_used, prefix);

Completed in 13 milliseconds