Home
last modified time | relevance | path

Searched refs:explorer_path (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/beebeep/beebeep-code-r1476/src/utils/
H A DBeeUtils.cpp565 QString explorer_path = QLatin1String( "c:\\windows\\explorer.exe" ); in showFileInGraphicalShell() local
567 if( QFile::exists( explorer_path ) ) in showFileInGraphicalShell()
573 if( QProcess::startDetached( explorer_path, explorer_args ) ) in showFileInGraphicalShell()
576 …qWarning() << "Unable to start process:" << qPrintable( explorer_path ) << qPrintable( explorer_ar… in showFileInGraphicalShell()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/fractal-explorer/
H A Dfractal-explorer.c960 fractalexplorer_list_load_all (const gchar *explorer_path) in fractalexplorer_list_load_all() argument
969 path = gimp_config_path_expand_to_files (explorer_path, NULL); in fractalexplorer_list_load_all()