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

  /external/bluetooth/glib/gmodule/
gmodule-win32.c 251 return g_strconcat (directory, G_DIR_SEPARATOR_S, module_name, NULL);
254 return g_strconcat (directory, G_DIR_SEPARATOR_S, module_name, ".dll", NULL);
256 return g_strconcat (directory, G_DIR_SEPARATOR_S, "cyg", module_name, ".dll", NULL);
259 return g_strconcat (directory, G_DIR_SEPARATOR_S, module_name, ".dll", NULL);
261 return g_strconcat (directory, G_DIR_SEPARATOR_S, "lib", module_name, ".dll", NULL);
gmodule.c 281 lt_libdir = g_strconcat (dir, G_DIR_SEPARATOR_S ".libs", NULL);
285 name = g_strconcat (lt_libdir, G_DIR_SEPARATOR_S, lt_dlname, NULL);
  /external/bluetooth/glib/tests/
unicode-caseconv.c 26 filename = g_strconcat (srcdir, G_DIR_SEPARATOR_S, "casemap.txt", NULL);
96 filename = g_strconcat (srcdir, G_DIR_SEPARATOR_S, "casefold.txt", NULL);
module-test.c 88 plugin_a = g_strconcat (dir, G_DIR_SEPARATOR_S "libmoduletestplugin_a",
90 plugin_b = g_strconcat (dir, G_DIR_SEPARATOR_S "libmoduletestplugin_b",
iochannel-test.c 71 filename = g_strconcat (srcdir, G_DIR_SEPARATOR_S, "iochannel-test-infile", NULL);
testglib.c 843 string = g_path_get_basename (G_DIR_SEPARATOR_S "foo" G_DIR_SEPARATOR_S "dir" G_DIR_SEPARATOR_S);
846 string = g_path_get_basename (G_DIR_SEPARATOR_S "foo" G_DIR_SEPARATOR_S "file");
939 strcpy (template, "zap" G_DIR_SEPARATOR_S "barXXXXXX");
944 g_print ("g_file_open_tmp works even if template contains '%s'\n", G_DIR_SEPARATOR_S);
    [all...]
unicode-encoding.c 327 testfile = g_strconcat (srcdir, G_DIR_SEPARATOR_S "utf8.txt", NULL);
  /external/bluetooth/glib/gio/fen/
fen-node.c 199 if ((token = strtok_r (str, G_DIR_SEPARATOR_S, &lasts)) != NULL) {
212 } while ((token = strtok_r (NULL, G_DIR_SEPARATOR_S, &lasts)) != NULL);
258 if ((token = strtok_r (str, G_DIR_SEPARATOR_S, &lasts)) != NULL) {
268 } while ((token = strtok_r (NULL, G_DIR_SEPARATOR_S, &lasts)) != NULL);
365 f->filename = g_build_filename (G_DIR_SEPARATOR_S,
463 _head = node_new (NULL, G_DIR_SEPARATOR_S);
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 145 if (path.endsWith(G_DIR_SEPARATOR_S))
148 return path + G_DIR_SEPARATOR_S + component;
  /external/bluetooth/glib/glib/
gutils.h 46 #define G_DIR_SEPARATOR_S "\\"
56 #define G_DIR_SEPARATOR_S "/"
gfileutils.c 1314 sep = G_DIR_SEPARATOR_S;
    [all...]
gutils.c 764 return g_strdup (G_DIR_SEPARATOR_S);
769 return g_strdup (G_DIR_SEPARATOR_S);
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp     [all...]
  /external/bluetooth/glib/gio/
gcontenttype.c     [all...]
glocalfile.c 253 return g_build_filename (G_DIR_SEPARATOR_S, filename, NULL);
    [all...]

Completed in 231 milliseconds