Home
last modified time | relevance | path

Searched refs:g_path_skip_root (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gtk/
DIconGtk.cpp97 if (!g_path_skip_root(filenames[0].utf8().data())) in createIconForFiles()
/external/bluetooth/glib/glib/
Dgutils.h220 G_CONST_RETURN gchar* g_path_skip_root (const gchar *file_name);
Dgstdio.c464 (!g_path_is_absolute (filename) || len > g_path_skip_root (filename) - filename)) in g_stat()
Dgutils.c828 g_path_skip_root (const gchar *file_name) in g_path_skip_root() function
1512 p = (char *) g_path_skip_root (windowsdir); in get_windows_directory_root()
Dgfileutils.c88 p = (gchar *) g_path_skip_root (fn); in g_mkdir_with_parents()
Dgaliasdef.c3738 #undef g_path_skip_root
3739 extern __typeof (g_path_skip_root) g_path_skip_root __attribute((alias("IA__g_path_skip_root"), vis…
Dgalias.h3727 extern __typeof (g_path_skip_root) IA__g_path_skip_root __attribute((visibility("hidden")));
3728 #define g_path_skip_root IA__g_path_skip_root macro
/external/bluetooth/glib/
DNEWS.pre-1-3121 - g_path_is_absolute and g_path_skip_root
DChangeLog.pre-2-81441 * glib/gutils.c (g_path_skip_root): Require UNC paths to start
DChangeLog.pre-1-21612 Added functions g_path_is_absolute and g_path_skip_root to
1655 functions g_path_is_absolute g_path_skip_root and g_getenv.
DChangeLog.pre-2-41119 g_path_get_basename, g_path_is_absolute, g_path_skip_root,
DChangeLog.pre-2-03593 (g_path_skip_root): G_CONST_RETURN
3964 * testglib.c (main): Add test for g_path_skip_root().
3969 * gutils.c (g_path_skip_root): On Win32, skip the \\server\share
/external/bluetooth/glib/gio/
Dglocalfile.c245 start = (char *)g_path_skip_root (canon); in canonicalize_filename()
489 non_root = g_path_skip_root (local->filename); in g_local_file_get_parent()
Dglocalfileinfo.c1449 (!g_path_is_absolute (path) || len > g_path_skip_root (path) - path)) in _g_local_file_info_get()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1440 g_path_skip_root
/external/bluetooth/glib/tests/
Dtestglib.c882 const gchar *skipped = g_path_skip_root (skip_root_checks[i].filename); in test_paths()