Searched refs:G_DIR_SEPARATOR (Results 1 – 12 of 12) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gutils.h | 45 #define G_DIR_SEPARATOR '\\' macro 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)
|
D | gutils.c | 176 p = strrchr (retval, G_DIR_SEPARATOR); in _glib_get_dll_directory() 469 || strchr (program, G_DIR_SEPARATOR) != NULL in inner_find_program_in_path() 560 *name = G_DIR_SEPARATOR; in inner_find_program_in_path() 709 base = strrchr (file_name, G_DIR_SEPARATOR); in g_basename() 841 p = strchr (file_name + 2, G_DIR_SEPARATOR); in g_path_skip_root() 902 base = strrchr (file_name, G_DIR_SEPARATOR); in g_path_get_dirname() 960 base[len-1] = G_DIR_SEPARATOR; in g_path_get_dirname() 1051 buffer[0] = G_DIR_SEPARATOR; in g_get_current_dir()
|
D | gfileutils.c | 120 *p++ = G_DIR_SEPARATOR; in g_mkdir_with_parents() 1276 if ((slash = strchr (tmpl, G_DIR_SEPARATOR)) != NULL in g_file_open_tmp()
|
D | gkeyfile.c | 347 *p = G_DIR_SEPARATOR; in find_file_in_data_dirs()
|
/external/bluetooth/glib/gio/ |
D | gunixmounts.c | 1979 mount_path[strlen (g_get_home_dir())] == G_DIR_SEPARATOR) in g_unix_mount_guess_should_display() 2020 if (*p == G_DIR_SEPARATOR) in _canonicalize_filename() 2023 *q++ = G_DIR_SEPARATOR; in _canonicalize_filename() 2031 if (*(p + 1) == G_DIR_SEPARATOR || in _canonicalize_filename() 2040 (*(p + 2) == G_DIR_SEPARATOR || in _canonicalize_filename() 2047 *(q - 1) != G_DIR_SEPARATOR) in _canonicalize_filename() 2072 if (q > filename + 1 && *(q - 1) == G_DIR_SEPARATOR) in _canonicalize_filename()
|
D | glocalfile.c | 291 *p++ = G_DIR_SEPARATOR; in canonicalize_filename() 303 *p++ = G_DIR_SEPARATOR; in canonicalize_filename()
|
D | gfile.c | 3024 if (strchr (display_name, G_DIR_SEPARATOR) != NULL) in g_file_set_display_name() 3029 _("File names cannot contain '%c'"), G_DIR_SEPARATOR); in g_file_set_display_name()
|
/external/bluetooth/glib/gmodule/ |
D | gmodule.c | 414 gchar *slash = strrchr (file_name, G_DIR_SEPARATOR); in g_module_open()
|
/external/bluetooth/glib/ |
D | NEWS.pre-1-3 | 135 - G_DIR_SEPARATOR, G_DIR_SEPARATOR_S: platform-dependant file name
|
D | ChangeLog.pre-2-0 | 1576 G_DIR_SEPARATOR value, that apps should scan for, and use when 1590 Use G_DIR_SEPARATOR in g_path_get_basename tests. 3447 test for an initial G_DIR_SEPARATOR right up front. Silly me.
|
D | ChangeLog.pre-1-2 | 1601 Added macros G_DIR_SEPARATOR, G_DIR_SEPARATOR_S for
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 132 G_DIR_SEPARATOR
|