Lines Matching refs:full_path
581 DBusString full_path;
596 if (!_dbus_string_init (&full_path))
622 _dbus_string_set_length (&full_path, 0);
640 if (!_dbus_string_append (&full_path, s_dir->dir_c) ||
641 !_dbus_concat_dir_and_file (&full_path, &filename))
648 desktop_file = bus_desktop_file_load (&full_path, &tmp_error);
652 _dbus_string_get_const_data (&full_path),
674 _dbus_string_get_const_data (&full_path), tmp_error.message);
710 _dbus_string_free (&full_path);
2207 DBusString file_name, full_path;
2214 if (!_dbus_string_init (&full_path))
2217 if (!_dbus_string_append (&full_path, _dbus_string_get_const_data (dir)) ||
2218 !_dbus_concat_dir_and_file (&full_path, &file_name))
2224 file = fopen (_dbus_string_get_const_data (&full_path), "w");
2235 _dbus_string_free (&full_path);
2242 DBusString file_name, full_path;
2249 if (!_dbus_string_init (&full_path))
2252 if (!_dbus_string_append (&full_path, _dbus_string_get_const_data (dir)) ||
2253 !_dbus_concat_dir_and_file (&full_path, &file_name))
2259 if (!_dbus_delete_file (&full_path, NULL))
2266 _dbus_string_free (&full_path);
2274 DBusString filename, full_path;
2282 if (!_dbus_string_init (&full_path))
2313 _dbus_string_free (&full_path);