HomeSort by relevance Sort by last modified time
    Searched refs:path_copy (Results 1 - 2 of 2) 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);

Completed in 691 milliseconds