HomeSort by relevance Sort by last modified time
    Searched refs:G_DIR_SEPARATOR (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/glib/glib/
gutils.h 45 #define G_DIR_SEPARATOR '\\'
47 #define G_IS_DIR_SEPARATOR(c) ((c) == G_DIR_SEPARATOR || (c) == '/')
55 #define G_DIR_SEPARATOR '/'
57 #define G_IS_DIR_SEPARATOR(c) ((c) == G_DIR_SEPARATOR)
gutils.c 176 p = strrchr (retval, G_DIR_SEPARATOR);
469 || strchr (program, G_DIR_SEPARATOR) != NULL
560 *name = G_DIR_SEPARATOR;
709 base = strrchr (file_name, G_DIR_SEPARATOR);
841 p = strchr (file_name + 2, G_DIR_SEPARATOR);
902 base = strrchr (file_name, G_DIR_SEPARATOR);
960 base[len-1] = G_DIR_SEPARATOR;
1051 buffer[0] = G_DIR_SEPARATOR;
    [all...]
gfileutils.c 120 *p++ = G_DIR_SEPARATOR;
1276 if ((slash = strchr (tmpl, G_DIR_SEPARATOR)) != NULL
    [all...]
gkeyfile.c 347 *p = G_DIR_SEPARATOR;
    [all...]
  /external/bluetooth/glib/gio/
gunixmounts.c     [all...]
glocalfile.c 291 *p++ = G_DIR_SEPARATOR;
303 *p++ = G_DIR_SEPARATOR;
    [all...]
gfile.c     [all...]
  /external/bluetooth/glib/gmodule/
gmodule.c 414 gchar *slash = strrchr (file_name, G_DIR_SEPARATOR);

Completed in 1672 milliseconds