Searched refs:g_lstat (Results 1 – 9 of 9) sorted by relevance
/third_party/glib/glib/ |
D | gstdio.h | 75 #define g_lstat lstat macro 141 int g_lstat (const gchar *filename,
|
D | gstdio.c | 1365 g_lstat (const gchar *filename, in g_lstat() function
|
D | gfileutils.c | 1127 if (g_lstat (test_file, &statbuf) == 0) in fd_should_be_fsynced()
|
/third_party/glib/gio/ |
D | glocalfile.c | 775 if (g_lstat (path, &buf) != 0) in get_mount_info() 1103 if (g_lstat (local->filename, &buf) != 0) in g_local_file_find_enclosing_mount() 1156 if (g_lstat (new_local->filename, &statbuf) == -1) in g_local_file_set_display_name() 1566 if (g_lstat (target, &target_stat) != 0) in expand_symlinks() 1869 if (g_lstat (globaldir, &global_stat) == 0 && in _g_local_file_has_trash_dir() 1892 if (g_lstat (trashdir, &trash_stat) == 0) in _g_local_file_has_trash_dir() 1933 if (g_lstat (path, &statbuf) != 0) in _g_local_file_is_lost_found_dir() 1975 if (g_lstat (local->filename, &file_stat) != 0) in g_local_file_trash() 2066 if (g_lstat (globaldir, &global_stat) == 0 && in g_local_file_trash() 2072 if (g_lstat (trashdir, &trash_stat) == 0) in g_local_file_trash() [all …]
|
D | glocalfileinfo.h | 265 return g_lstat (path, stat_buf); in g_local_file_lstat()
|
D | glocalfileinfo.c | 2267 res = g_lstat (filename, &statbuf); in set_unix_mode() 2376 if (g_lstat (filename, &statbuf)) in set_symlink()
|
/third_party/glib/glib/tests/ |
D | fileutils.c | 1116 g_assert_no_errno (g_lstat (set_contents_name, &statbuf)); in test_set_contents_full() 1402 ret = g_lstat ("test-create", &buf); in test_stdio_wrappers()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1683 g_lstat
|
/third_party/glib/ |
D | NEWS | 12744 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
|