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

  /external/dbus/dbus/
dbus-server-unix.c 208 char *path_copy; local
230 path_copy = _dbus_strdup (path);
231 if (path_copy == NULL)
252 _dbus_server_socket_own_filename(server, path_copy);
261 dbus_free (path_copy);
  /system/extras/fatblock/
import.c 99 char *path_copy = NULL; local
116 path_copy = strdup(path);
117 if (!path_copy) {
124 f->path = path_copy;
144 if (path_copy)
145 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 2130 milliseconds