Lines Matching refs:full_path

588   DBusString full_path;  in update_directory()  local
603 if (!_dbus_string_init (&full_path)) in update_directory()
629 _dbus_string_set_length (&full_path, 0); in update_directory()
647 if (!_dbus_string_append (&full_path, s_dir->dir_c) || in update_directory()
648 !_dbus_concat_dir_and_file (&full_path, &filename)) in update_directory()
655 desktop_file = bus_desktop_file_load (&full_path, &tmp_error); in update_directory()
659 _dbus_string_get_const_data (&full_path), in update_directory()
681 _dbus_string_get_const_data (&full_path), tmp_error.message); in update_directory()
717 _dbus_string_free (&full_path); in update_directory()
2244 DBusString file_name, full_path; in test_create_service_file() local
2251 if (!_dbus_string_init (&full_path)) in test_create_service_file()
2254 if (!_dbus_string_append (&full_path, _dbus_string_get_const_data (dir)) || in test_create_service_file()
2255 !_dbus_concat_dir_and_file (&full_path, &file_name)) in test_create_service_file()
2261 file = fopen (_dbus_string_get_const_data (&full_path), "w"); in test_create_service_file()
2272 _dbus_string_free (&full_path); in test_create_service_file()
2279 DBusString file_name, full_path; in test_remove_service_file() local
2286 if (!_dbus_string_init (&full_path)) in test_remove_service_file()
2289 if (!_dbus_string_append (&full_path, _dbus_string_get_const_data (dir)) || in test_remove_service_file()
2290 !_dbus_concat_dir_and_file (&full_path, &file_name)) in test_remove_service_file()
2296 if (!_dbus_delete_file (&full_path, NULL)) in test_remove_service_file()
2303 _dbus_string_free (&full_path); in test_remove_service_file()
2311 DBusString filename, full_path; in test_remove_directory() local
2319 if (!_dbus_string_init (&full_path)) in test_remove_directory()
2350 _dbus_string_free (&full_path); in test_remove_directory()