Home
last modified time | relevance | path

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

/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-archive.c1876 char *local_folder_uri; in copy_remote_files() local
1880 local_folder_uri = remove_level_from_path (local_uri); in copy_remote_files()
1881 if (g_hash_table_lookup (created_folders, local_folder_uri) == NULL) { in copy_remote_files()
1883 if (! ensure_dir_exists (local_folder_uri, 0755, &error)) { in copy_remote_files()
1884 g_free (local_folder_uri); in copy_remote_files()
1898 g_hash_table_insert (created_folders, local_folder_uri, GINT_TO_POINTER (1)); in copy_remote_files()
1901 g_free (local_folder_uri); in copy_remote_files()
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dfr-archive.c1887 char *local_folder_uri; in copy_remote_files() local
1891 local_folder_uri = remove_level_from_path (local_uri); in copy_remote_files()
1892 if (g_hash_table_lookup (created_folders, local_folder_uri) == NULL) { in copy_remote_files()
1894 if (! ensure_dir_exists (local_folder_uri, 0755, &error)) { in copy_remote_files()
1895 g_free (local_folder_uri); in copy_remote_files()
1909 g_hash_table_insert (created_folders, local_folder_uri, GINT_TO_POINTER (1)); in copy_remote_files()
1912 g_free (local_folder_uri); in copy_remote_files()