Home
last modified time | relevance | path

Searched refs:g_stat (Results 1 – 13 of 13) sorted by relevance

/external/bluetooth/glib/glib/
Dgstdio.h43 #define g_stat stat macro
92 int g_stat (const gchar *filename,
Dgstdio.c445 g_stat (const gchar *filename, in g_stat() function
506 return g_stat (filename, buf); in g_lstat()
Dgaliasdef.c2669 #undef g_stat
2670 extern __typeof (g_stat) g_stat __attribute((alias("IA__g_stat"), visibility("default")));
Dgalias.h2662 extern __typeof (g_stat) IA__g_stat __attribute((visibility("hidden")));
2663 #define g_stat IA__g_stat macro
/external/webkit/WebCore/platform/gtk/
DFileSystemGtk.cpp129 gint result = g_stat(filename, &statResult); in getFileSize()
145 gint result = g_stat(filename, &statResult); in getFileModificationTime()
/external/bluetooth/glib/gio/
Dgdesktopappinfo.c2134 if (g_stat (filename, &buf) < 0) in mime_info_cache_dir_out_of_date()
2192 if (g_stat (filename, &buf) < 0) in mime_info_cache_dir_init()
2279 if (g_stat (filename, &buf) < 0) in mime_info_cache_dir_init_defaults_list()
2363 if (g_stat (filename, &buf) < 0) in mime_info_cache_dir_init_mimeapps_list()
Dglocalfile.c1643 g_stat (g_get_home_dir (), &home_stat); in _g_local_file_has_trash_dir()
1731 g_stat (homedir, &home_stat); in g_local_file_trash()
Dglocalfileinfo.c812 res = g_stat (dir, &statbuf); in _g_local_file_info_get_parent_info()
1966 res = g_stat (filename, statbuf); in lazy_stat()
Dgunixmounts.c1970 if (g_stat (mount_entry->device_path, &st) == 0 && in g_unix_mount_guess_should_display()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1117 g_stat
/external/bluetooth/glib/
DChangeLog.pre-2-10835 * glib/gstdio.c (g_stat): In the Win32 implementation, strip
DChangeLog.pre-2-14819 (g_stat): Document that st_mode is mostly useless on Windows.
/external/webkit/WebCore/
DChangeLog-2007-10-146362 Implement the WebCore::fileSize function using g_stat.