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

  /external/bluetooth/glib/glib/
gutils.c 759 while (last_nonslash >= 0 && G_IS_DIR_SEPARATOR (file_name [last_nonslash]))
774 while (base >=0 && !G_IS_DIR_SEPARATOR (file_name [base]))
804 if (G_IS_DIR_SEPARATOR (file_name[0]))
810 file_name[1] == ':' && G_IS_DIR_SEPARATOR (file_name[2]))
834 if (G_IS_DIR_SEPARATOR (file_name[0]) &&
835 G_IS_DIR_SEPARATOR (file_name[1]) &&
837 !G_IS_DIR_SEPARATOR (file_name[2]))
855 while (file_name[0] && !G_IS_DIR_SEPARATOR (file_name[0]))
859 if (G_IS_DIR_SEPARATOR (file_name[0]))
868 if (G_IS_DIR_SEPARATOR (file_name[0])
    [all...]
gutils.h 47 #define G_IS_DIR_SEPARATOR(c) ((c) == G_DIR_SEPARATOR || (c) == '/')
57 #define G_IS_DIR_SEPARATOR(c) ((c) == G_DIR_SEPARATOR)
gstdio.c 461 while (len > 0 && G_IS_DIR_SEPARATOR (wfilename[len-1]))
gfileutils.c 94 while (*p && !G_IS_DIR_SEPARATOR (*p))
121 while (*p && G_IS_DIR_SEPARATOR (*p))
1311 if (G_IS_DIR_SEPARATOR (tmpdir [strlen (tmpdir) - 1]))
    [all...]
  /external/bluetooth/glib/gio/
glocalfile.c 264 G_IS_DIR_SEPARATOR (*p);
277 if (p[0] == '.' && (p[1] == 0 || G_IS_DIR_SEPARATOR (p[1])))
281 else if (p[0] == '.' && p[1] == '.' && (p[2] == 0 || G_IS_DIR_SEPARATOR (p[2])))
288 while (p > start && !G_IS_DIR_SEPARATOR (*p))
290 if (G_IS_DIR_SEPARATOR (*p))
297 while (*p != 0 && !G_IS_DIR_SEPARATOR (*p))
309 while (*q && G_IS_DIR_SEPARATOR (*q))
317 if (p > start && G_IS_DIR_SEPARATOR (*(p-1)))
538 G_IS_DIR_SEPARATOR (prefix[prefix_len-1]))
553 if (remainder != NULL && G_IS_DIR_SEPARATOR (*remainder)
    [all...]
glocalfileinfo.c     [all...]
  /external/bluetooth/glib/tests/
uri-test.c 327 if ((G_IS_DIR_SEPARATOR (*a) && G_IS_DIR_SEPARATOR (*b)) ||

Completed in 130 milliseconds