Searched refs:is_path (Results 1 – 2 of 2) sorted by relevance
214 dbus_bool_t is_path; in match_rule_to_string() local222 is_path = (rule->arg_lens[i] & BUS_MATCH_ARG_IS_PATH) != 0; in match_rule_to_string()226 i, is_path ? "path" : "", in match_rule_to_string()362 dbus_bool_t is_path) in bus_match_rule_set_arg() argument426 if (is_path) in bus_match_rule_set_arg()723 dbus_bool_t is_path; in bus_match_rule_parse_arg_match() local763 is_path = end != length; in bus_match_rule_parse_arg_match()782 if (!bus_match_rule_set_arg (rule, arg, value, is_path)) in bus_match_rule_parse_arg_match()1678 dbus_bool_t is_path; in match_rule_matches() local1682 is_path = (rule->arg_lens[i] & BUS_MATCH_ARG_IS_PATH) != 0; in match_rule_matches()[all …]
62 dbus_bool_t is_path);