Searched refs:path_copy (Results 1 – 3 of 3) sorted by relevance
174 char *path_copy; in _dbus_server_new_for_domain_socket() local196 path_copy = _dbus_strdup (path); in _dbus_server_new_for_domain_socket()197 if (path_copy == NULL) in _dbus_server_new_for_domain_socket()219 _dbus_server_socket_own_filename(server, path_copy); in _dbus_server_new_for_domain_socket()228 dbus_free (path_copy); in _dbus_server_new_for_domain_socket()
1372 char *path_copy; in strip_trailing_slashes() local1375 path_copy = g_strdup (path); in strip_trailing_slashes()1376 len = strlen (path_copy); in strip_trailing_slashes()1377 while (len > 1 && path_copy[len-1] == '/') in strip_trailing_slashes()1378 path_copy[--len] = 0; in strip_trailing_slashes()1380 return path_copy; in strip_trailing_slashes()1428 char *path_copy; in get_parent() local1430 path_copy = strip_trailing_slashes (path); in get_parent()1432 parent = g_path_get_dirname (path_copy); in get_parent()1434 strcmp (parent, path_copy) == 0) in get_parent()[all …]
453 const gchar *path_copy; in inner_find_program_in_path() local549 path_copy = path; in inner_find_program_in_path()585 g_free ((gchar *) path_copy); in inner_find_program_in_path()594 g_free ((gchar *) path_copy); in inner_find_program_in_path()