Home
last modified time | relevance | path

Searched refs:g_lstat (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/glib/
Dgstdio.h75 #define g_lstat lstat macro
141 int g_lstat (const gchar *filename,
Dgstdio.c1365 g_lstat (const gchar *filename, in g_lstat() function
Dgfileutils.c1127 if (g_lstat (test_file, &statbuf) == 0) in fd_should_be_fsynced()
/third_party/glib/gio/
Dglocalfile.c775 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 …]
Dglocalfileinfo.h265 return g_lstat (path, stat_buf); in g_local_file_lstat()
Dglocalfileinfo.c2267 res = g_lstat (filename, &statbuf); in set_unix_mode()
2376 if (g_lstat (filename, &statbuf)) in set_symlink()
/third_party/glib/glib/tests/
Dfileutils.c1116 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/
Dglib-sections.txt1683 g_lstat
/third_party/glib/
DNEWS12744 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]