Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/tests/
Dlive-g-file.c296 const char *name, *display_name, *edit_name, *copy_name, *symlink_target; in test_attributes() local
355 copy_name = in test_attributes()
358 if (copy_name) in test_attributes()
360 utf8_valid = g_utf8_validate (copy_name, -1, NULL); in test_attributes()
/external/bluetooth/glib/gio/
Dglocalfileinfo.c1556 char *copy_name = g_filename_to_utf8 (basename, -1, NULL, NULL, NULL); in _g_local_file_info_get() local
1557 if (copy_name) in _g_local_file_info_get()
1558 g_file_info_set_attribute_string (info, G_FILE_ATTRIBUTE_STANDARD_COPY_NAME, copy_name); in _g_local_file_info_get()
1559 g_free (copy_name); in _g_local_file_info_get()