HomeSort by relevance Sort by last modified time
    Searched refs:is_path (Results 1 - 2 of 2) sorted by null

  /external/dbus/bus/
signals.h 62 dbus_bool_t is_path);
signals.c 214 dbus_bool_t is_path; local
222 is_path = (rule->arg_lens[i] & BUS_MATCH_ARG_IS_PATH) != 0;
226 i, is_path ? "path" : "",
362 dbus_bool_t is_path)
426 if (is_path)
723 dbus_bool_t is_path; local
763 is_path = end != length;
782 if (!bus_match_rule_set_arg (rule, arg, value, is_path))
1678 dbus_bool_t is_path; local
    [all...]

Completed in 101 milliseconds