Home
last modified time | relevance | path

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

/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/server/
H A Drepo-mgr.c4132 char *file_path_with_slash = NULL; in seaf_repo_manager_add_upload_tmp_file() local
4135 file_path_with_slash = g_strdup(file_path); in seaf_repo_manager_add_upload_tmp_file()
4137 file_path_with_slash = g_strconcat("/", file_path, NULL); in seaf_repo_manager_add_upload_tmp_file()
4151 g_free (file_path_with_slash); in seaf_repo_manager_add_upload_tmp_file()
4161 char *file_path_with_slash = NULL, *file_path_no_slash = NULL; in seaf_repo_manager_del_upload_tmp_file() local
4168 file_path_with_slash = g_strdup(file_path); in seaf_repo_manager_del_upload_tmp_file()
4171 file_path_with_slash = g_strconcat("/", file_path, NULL); in seaf_repo_manager_del_upload_tmp_file()
4186 g_free (file_path_with_slash); in seaf_repo_manager_del_upload_tmp_file()
4216 file_path_with_slash = g_strdup(file_path); in seaf_repo_manager_get_upload_tmp_file()
4219 file_path_with_slash = g_strconcat("/", file_path, NULL); in seaf_repo_manager_get_upload_tmp_file()
[all …]