Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgstdio.h44 #define g_lstat lstat macro
95 int g_lstat (const gchar *filename,
Dgstdio.c499 g_lstat (const gchar *filename, in g_lstat() function
Dgaliasdef.c2672 #undef g_lstat
2673 extern __typeof (g_lstat) g_lstat __attribute((alias("IA__g_lstat"), visibility("default")));
Dgalias.h2665 extern __typeof (g_lstat) IA__g_lstat __attribute((visibility("hidden")));
2666 #define g_lstat IA__g_lstat macro
/external/bluetooth/glib/gio/
Dglocalfile.c771 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 …]
Dglocalfileinfo.c1433 res = g_lstat (path, &statbuf); in _g_local_file_info_get()
1910 if (g_lstat (filename, &statbuf)) in set_symlink()
DChangeLog3955 base on win32 API; prefer g_lstat() over lstat(); instead of
/external/openssh/openbsd-compat/
Dglob.c143 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/
Dglib-sections.txt1118 g_lstat
/external/bluetooth/glib/
DChangeLog.pre-2-6435 * glib/gstdio.c (g_lstat): Implement correctly also on Unix
493 * glib/gstdio.[ch]: Add g_lstat().
DNEWS2310 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
/external/bluetooth/glib/docs/reference/
DChangeLog2287 * glib/glib-sections.txt: Add g_lstat