Searched refs:legalize_for_path (Results 1 – 13 of 13) sorted by relevance
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/us2400/ |
H A D | device_profile.cc | 289 legalize_for_path (const string& str) in legalize_for_path() function 317 …fullpath = Glib::build_filename (fullpath, string_compose ("%1%2", legalize_for_path (name()), dev… in save()
|
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/mackie/ |
H A D | device_profile.cc | 323 legalize_for_path (const string& str) in legalize_for_path() function 351 …fullpath = Glib::build_filename (fullpath, string_compose ("%1%2", legalize_for_path (name()), dev… in save()
|
/dports/audio/ardour6/Ardour-6.8.0/libs/backends/jack/ |
H A D | jack_session.cc | 80 std::string legalized_filename = legalize_for_path (timebuf) + statefile_suffix; in session_event()
|
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/ |
H A D | utils.h | 55 LIBARDOUR_API std::string legalize_for_path (const std::string& str);
|
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ |
H A D | find_session.cc | 180 path = legalize_for_path (str); in find_session()
|
H A D | session_state.cc | 724 const string old_xml_filename = legalize_for_path (old_name) + statefile_suffix; in rename_state() 725 const string new_xml_filename = legalize_for_path (new_name) + statefile_suffix; in rename_state() 872 xml_path = Glib::build_filename (xml_path, legalize_for_path (snapshot_name) + pending_suffix); in save_state() 876 tmp_path = Glib::build_filename (tmp_path, legalize_for_path (snapshot_name) + temp_suffix); in save_state() 921 save_path += legalize_for_path(_current_snapshot_name); in save_state() 982 xmlpath = Glib::build_filename (xmlpath, legalize_for_path (snapshot_name) + pending_suffix); in load_state() 3275 this_snapshot_path = Glib::build_filename (_path, legalize_for_path (_current_snapshot_name)); in find_all_sources_across_snapshots() 3875 const string history_filename = legalize_for_path (snapshot_name) + history_suffix; in save_history() 3922 const std::string xml_filename = legalize_for_path (snapshot_name) + history_suffix; in restore_history() 4358 string legal_name = legalize_for_path (new_name); in rename() [all …]
|
H A D | session_directory.cc | 118 const string legalized_root (legalize_for_path (Glib::path_get_basename(p))); in sources_root()
|
H A D | export_profile_manager.cc | 222 string safe_name = legalize_for_path (preset_name); in preset_filename() 596 new_name = legalize_for_path (new_name); in save_format_to_disk()
|
H A D | utils.cc | 103 ARDOUR::legalize_for_path (const string& str) in legalize_for_path() function in ARDOUR
|
H A D | session.cc | 4832 legalized = legalize_for_path (base); in new_audio_source_path() 4874 possible_name = legalize_for_path (base); in new_midi_source_path() 5747 legal_playlist_name.append(legalize_for_path (name) + "-"); in write_one_track() 5750 legal_playlist_name.append(legalize_for_path(playlist->name())); in write_one_track()
|
/dports/audio/ardour6/Ardour-6.8.0/session_utils/ |
H A D | fix_bbtppq.cc | 470 xmlpath = Glib::build_filename (xmlpath, legalize_for_path (snapshot_name) + pending_suffix); in main() 483 xmlpath = Glib::build_filename (argv[optind], legalize_for_path (argv[optind+1]) + ".ardour"); in main()
|
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/osc/ |
H A D | osc_gui.cc | 468 legalize_for_path (const std::string& str) in legalize_for_path() function 858 …fullpath = Glib::build_filename (fullpath, string_compose ("%1%2", legalize_for_path ("user"), pre… in save_user()
|
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/ |
H A D | session_dialog.cc | 338 std::string legal_session_folder_name = legalize_for_path (val); in session_folder()
|