Searched refs:g_stat (Results 1 – 14 of 14) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gstdio.h | 43 #define g_stat stat macro 92 int g_stat (const gchar *filename,
|
D | gstdio.c | 445 g_stat (const gchar *filename, in g_stat() function 506 return g_stat (filename, buf); in g_lstat()
|
D | galiasdef.c | 2669 #undef g_stat 2670 extern __typeof (g_stat) g_stat __attribute((alias("IA__g_stat"), visibility("default")));
|
D | galias.h | 2662 extern __typeof (g_stat) IA__g_stat __attribute((visibility("hidden"))); 2663 #define g_stat IA__g_stat macro
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | FileSystemGtk.cpp | 119 gint result = g_stat(filename.data(), &statResult); in getFileSize() 134 gint result = g_stat(filename.data(), &statResult); in getFileModificationTime()
|
/external/openssh/openbsd-compat/ |
D | glob.c | 147 static int g_stat(Char *, struct stat *, glob_t *); 610 (g_stat(pathbuf, &sb, pglob) == 0) && 962 g_stat(Char *fn, struct stat *sb, glob_t *pglob) function
|
/external/bluetooth/glib/gio/ |
D | gdesktopappinfo.c | 2134 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()
|
D | glocalfile.c | 1643 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()
|
D | glocalfileinfo.c | 812 res = g_stat (dir, &statbuf); in _g_local_file_info_get_parent_info() 1966 res = g_stat (filename, statbuf); in lazy_stat()
|
D | gunixmounts.c | 1970 if (g_stat (mount_entry->device_path, &st) == 0 && in g_unix_mount_guess_should_display()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1117 g_stat
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-10 | 835 * glib/gstdio.c (g_stat): In the Win32 implementation, strip
|
D | ChangeLog.pre-2-14 | 819 (g_stat): Document that st_mode is mostly useless on Windows.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 6362 Implement the WebCore::fileSize function using g_stat.
|