Searched refs:s_dir (Results 1 – 2 of 2) sorted by relevance
/external/dbus/bus/ |
D | activation.c | 75 BusServiceDirectory *s_dir; member 246 BusServiceDirectory *s_dir, in update_desktop_file_entry() argument 276 if (!_dbus_string_append (&file_path, s_dir->dir_c) || in update_desktop_file_entry() 355 entry = _dbus_hash_table_lookup_string (s_dir->entries, in update_desktop_file_entry() 389 entry->s_dir = s_dir; in update_desktop_file_entry() 403 …if (!_dbus_hash_table_insert_string (s_dir->entries, entry->filename, bus_activation_entry_ref (en… in update_desktop_file_entry() 451 _dbus_hash_table_remove_string (entry->s_dir->entries, in update_desktop_file_entry() 497 if (!_dbus_string_append (&file_path, entry->s_dir->dir_c) || in check_service_file() 511 _dbus_hash_table_remove_string (entry->s_dir->entries, entry->filename); in check_service_file() 546 … if (!update_desktop_file_entry (activation, entry->s_dir, &filename, desktop_file, &tmp_error)) in check_service_file() [all …]
|
/external/clang/test/CodeGen/ |
D | 2009-06-14-anonymous-union-init.c | 4 union { struct sysfs_elem_dir {} s_dir; }; member
|