2 * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
18 #ifndef __TIZEN_CONTENT_MEDIA_UTIL_PRIVATE_H__
19 #define __TIZEN_CONTENT_MEDIA_UTIL_PRIVATE_H__
24 #endif /* __cplusplus */
32 bool _media_util_check_support_media_type(const char *path);
33 int _media_util_check_file_exist(const char *path);
34 void _media_util_trim_path(const char *input_path, char **output_path);
35 int _media_util_get_file_time(const char *path);
36 int _media_util_check_ignore_file(const char *path, bool *ignore);
37 int _media_util_check_ignore_dir(const char *dir_path, bool *ignore);
38 int _media_content_check_dir(const char *path);
39 int _media_content_replace_path_in_condition(const char *condition, char *replace_condition, bool replace);
40 int _media_content_replace_path(const char *path, char *replace_path);
46 #endif /* __cplusplus */
47 #endif /*__TIZEN_CONTENT_MEDIA_UTIL_PRIVATE_H__*/