Searched refs:g_lstat (Results 1 – 12 of 12) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gstdio.h | 44 #define g_lstat lstat macro 95 int g_lstat (const gchar *filename,
|
D | gstdio.c | 499 g_lstat (const gchar *filename, in g_lstat() function
|
D | galiasdef.c | 2672 #undef g_lstat 2673 extern __typeof (g_lstat) g_lstat __attribute((alias("IA__g_lstat"), visibility("default")));
|
D | galias.h | 2665 extern __typeof (g_lstat) IA__g_lstat __attribute((visibility("hidden"))); 2666 #define g_lstat IA__g_lstat macro
|
/external/bluetooth/glib/gio/ |
D | glocalfile.c | 771 if (g_lstat (path, &buf) != 0) in get_mount_info() 1076 if (g_lstat (local->filename, &buf) != 0) in g_local_file_find_enclosing_mount() 1138 if (g_lstat (new_local->filename, &statbuf) == -1) in g_local_file_set_display_name() 1444 if (g_lstat (parent, &parent_stat) != 0) in get_parent() 1657 statres = g_lstat (globaldir, &global_stat); in _g_local_file_has_trash_dir() 1658 if (g_lstat (globaldir, &global_stat) == 0 && in _g_local_file_has_trash_dir() 1681 if (g_lstat (trashdir, &trash_stat) == 0) in _g_local_file_has_trash_dir() 1719 if (g_lstat (local->filename, &file_stat) != 0) in g_local_file_trash() 1775 if (g_lstat (globaldir, &global_stat) == 0 && in g_local_file_trash() 1781 if (g_lstat (trashdir, &trash_stat) == 0) in g_local_file_trash() [all …]
|
D | glocalfileinfo.c | 1433 res = g_lstat (path, &statbuf); in _g_local_file_info_get() 1910 if (g_lstat (filename, &statbuf)) in set_symlink()
|
D | ChangeLog | 3955 base on win32 API; prefer g_lstat() over lstat(); instead of
|
/external/openssh/openbsd-compat/ |
D | glob.c | 143 static int g_lstat(Char *, struct stat *, glob_t *); 596 if (g_lstat(pathbuf, &sb, pglob)) 950 g_lstat(Char *fn, struct stat *sb, glob_t *pglob) function
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1118 g_lstat
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-6 | 435 * glib/gstdio.c (g_lstat): Implement correctly also on Unix 493 * glib/gstdio.[ch]: Add g_lstat().
|
D | NEWS | 2310 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
|
/external/bluetooth/glib/docs/reference/ |
D | ChangeLog | 2287 * glib/glib-sections.txt: Add g_lstat
|