Searched refs:file_path_with_slash (Results 1 – 1 of 1) sorted by relevance
4132 char *file_path_with_slash = NULL; in seaf_repo_manager_add_upload_tmp_file() local4135 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() local4168 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 …]