Home
last modified time | relevance | path

Searched refs:tpid (Results 1 – 2 of 2) sorted by relevance

/external/dbus/bus/
Dselinux.c472 unsigned long spid, tpid; in bus_selinux_allows_send() local
482 if (!proposed_recipient || !dbus_connection_get_unix_process_id (proposed_recipient, &tpid)) in bus_selinux_allows_send()
483 tpid = 0; in bus_selinux_allows_send()
537 if (tpid) in bus_selinux_allows_send()
542 if (!_dbus_string_append_uint (&auxdata, tpid)) in bus_selinux_allows_send()
/external/dbus/
DChangeLog5206 (bus_selinux_check): Don't take spid and tpid since appending