Home
last modified time | relevance | path

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

/dports/audio/easytag/easytag-2.4.3/src/
H A Dfile_list.c1213 gchar *old_path_tmp; in et_file_list_update_directory_name() local
1223 old_path_tmp = g_strdup (old_path); in et_file_list_update_directory_name()
1227 old_path_tmp = g_strconcat (old_path, G_DIR_SEPARATOR_S, NULL); in et_file_list_update_directory_name()
1243 if (strncmp (filename, old_path_tmp, strlen (old_path_tmp)) in et_file_list_update_directory_name()
1251 &filename[strlen (old_path_tmp)],NULL); in et_file_list_update_directory_name()
1262 g_free (old_path_tmp); in et_file_list_update_directory_name()