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

/inkscape/src/extension/implementation/
H A Dscript.cpp119 std::string interpreter_path = Glib::filename_from_utf8(interp->defaultval); local
127 interpreter_path = Glib::filename_from_utf8(prefInterp);
134 if (!Glib::path_is_absolute(interpreter_path)) {
135 interpreter_path = Glib::find_program_in_path(interpreter_path);
137 return interpreter_path;

Completed in 1165 milliseconds