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

  /external/dbus/dbus/
dbus-server-unix.c 174 char *path_copy; local
196 path_copy = _dbus_strdup (path);
197 if (path_copy == NULL)
219 _dbus_server_socket_own_filename(server, path_copy);
228 dbus_free (path_copy);
  /external/bluetooth/glib/gio/
glocalfile.c 1372 char *path_copy; local
1428 char *path_copy; local
    [all...]
  /external/bluetooth/glib/glib/
gutils.c 453 const gchar *path_copy; local
549 path_copy = path;
585 g_free ((gchar *) path_copy);
594 g_free ((gchar *) path_copy);
    [all...]

Completed in 6460 milliseconds