Searched refs:G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gioenums.h | 150 G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS = (1 << 0) /*< nick=nofollow-symlinks >*/ enumerator
|
D | glocalfileinfo.c | 1209 (symlink_broken || (flags & G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS))) in get_content_type() 1484 if (!(flags & G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS)) in _g_local_file_info_get() 1670 …get_selinux_context (path, info, attribute_matcher, (flags & G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS) … in _g_local_file_info_get() 1672 …get_xattrs (path, TRUE, info, attribute_matcher, (flags & G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS) == … in _g_local_file_info_get() 1673 …get_xattrs (path, FALSE, info, attribute_matcher, (flags & G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS) ==… in _g_local_file_info_get() 1871 if (flags & G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS) in set_unix_uid_gid()
|
D | gfile.c | 1955 G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS, in copy_symlink() 2013 G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS, in open_source_for_copy() 2172 source_nofollow_symlinks ? G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS:0, in g_file_copy_attributes() 2183 G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS, in g_file_copy_attributes() 2314 G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS, in file_copy_fallback()
|
D | ChangeLog | 1188 G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS in the call to
|
/external/bluetooth/glib/tests/ |
D | gio-ls.c | 79 … G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS, NULL, &error); in print_path()
|
/external/bluetooth/glib/gio/tests/ |
D | live-g-file.c | 234 G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS, in test_create_structure() 420 g_file_query_info (child, "*", G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS, in test_initial_structure() 438 g_file_query_info (child, "*", G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS, NULL, in test_initial_structure() 497 G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS, NULL, in traverse_recurse_dirs() 605 G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS, in test_enumerate() 1037 G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS, NULL, in cleanup_dir_recurse()
|
D | desktop-app-info.c | 192 G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS, NULL, in cleanup_dir_recurse()
|