Home | History | Annotate | Download | only in bus

Lines Matching defs:full_path

509   DBusString full_path;
524 if (!_dbus_string_init (&full_path))
550 _dbus_string_set_length (&full_path, 0);
568 if (!_dbus_string_append (&full_path, s_dir->dir_c) ||
569 !_dbus_concat_dir_and_file (&full_path, &filename))
576 desktop_file = bus_desktop_file_load (&full_path, &tmp_error);
580 _dbus_string_get_const_data (&full_path),
602 _dbus_string_get_const_data (&full_path), tmp_error.message);
638 _dbus_string_free (&full_path);
1636 DBusString file_name, full_path;
1643 if (!_dbus_string_init (&full_path))
1646 if (!_dbus_string_append (&full_path, _dbus_string_get_const_data (dir)) ||
1647 !_dbus_concat_dir_and_file (&full_path, &file_name))
1653 file = fopen (_dbus_string_get_const_data (&full_path), "w");
1664 _dbus_string_free (&full_path);
1671 DBusString file_name, full_path;
1678 if (!_dbus_string_init (&full_path))
1681 if (!_dbus_string_append (&full_path, _dbus_string_get_const_data (dir)) ||
1682 !_dbus_concat_dir_and_file (&full_path, &file_name))
1688 if (!_dbus_delete_file (&full_path, NULL))
1695 _dbus_string_free (&full_path);
1703 DBusString filename, full_path;
1711 if (!_dbus_string_init (&full_path))
1742 _dbus_string_free (&full_path);