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

/inkscape/src/ui/dialog/
H A Docaldialogs.cpp805 std::string ocal_tmp_dir = Glib::build_filename(Glib::get_tmp_dir(), local
809 return Glib::build_filename(ocal_tmp_dir, "thumbnails");
811 return Glib::build_filename(ocal_tmp_dir, "images");
835 std::string ocal_tmp_dir = get_temporary_dir(type); local
849 std::string path = Glib::build_filename(ocal_tmp_dir, filename.c_str());

Completed in 17 milliseconds