• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/

Lines Matching refs:s_dir

75   BusServiceDirectory *s_dir;
246 BusServiceDirectory *s_dir,
276 if (!_dbus_string_append (&file_path, s_dir->dir_c) ||
355 entry = _dbus_hash_table_lookup_string (s_dir->entries,
389 entry->s_dir = s_dir;
403 if (!_dbus_hash_table_insert_string (s_dir->entries, entry->filename, bus_activation_entry_ref (entry)))
451 _dbus_hash_table_remove_string (entry->s_dir->entries,
497 if (!_dbus_string_append (&file_path, entry->s_dir->dir_c) ||
511 _dbus_hash_table_remove_string (entry->s_dir->entries, entry->filename);
546 if (!update_desktop_file_entry (activation, entry->s_dir, &filename, desktop_file, &tmp_error))
579 BusServiceDirectory *s_dir,
595 _dbus_string_init_const (&dir, s_dir->dir_c);
618 s_dir->dir_c,
638 entry = _dbus_hash_table_lookup_string (s_dir->entries, _dbus_string_get_const_data (&filename));
647 if (!_dbus_string_append (&full_path, s_dir->dir_c) ||
675 if (!update_desktop_file_entry (activation, s_dir, &filename, desktop_file, &tmp_error))
826 BusServiceDirectory *s_dir;
835 s_dir = dbus_new0 (BusServiceDirectory, 1);
836 if (!s_dir)
843 s_dir->refcount = 1;
844 s_dir->dir_c = dir;
846 s_dir->entries = _dbus_hash_table_new (DBUS_HASH_STRING, NULL,
849 if (!s_dir->entries)
851 bus_service_directory_unref (s_dir);
856 if (!_dbus_hash_table_insert_string (activation->directories, s_dir->dir_c, s_dir))
858 bus_service_directory_unref (s_dir);
864 if (!update_directory (activation, s_dir, error))
1518 BusServiceDirectory *s_dir;
1520 s_dir = _dbus_hash_iter_get_value (&iter);
1523 if (!update_directory (activation, s_dir, &tmp_error))