HomeSort by relevance Sort by last modified time
    Searched refs:g_file_info_has_attribute (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/glib/gio/tests/
g-file-info.c 40 g_assert (g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_NAME) == TRUE);
41 g_assert (g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME) == TRUE);
42 g_assert (g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_SIZE) == TRUE);
43 g_assert (g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_COPY_NAME) == FALSE);
103 g_assert (g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER) == FALSE);
105 g_assert (g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER) == TRUE);
108 g_assert (g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER) == FALSE);
live-g-file.c 303 has_attr = g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_TYPE);
    [all...]
  /external/bluetooth/glib/gio/
gfileinfo.h 719 gboolean g_file_info_has_attribute (GFileInfo *info,
    [all...]
gio.symbols 357 g_file_info_has_attribute
gfileinfo.c 465 * g_file_info_has_attribute:
475 g_file_info_has_attribute (GFileInfo *info, function
    [all...]
gfile.c     [all...]

Completed in 155 milliseconds