Lines Matching refs:is_path
214 dbus_bool_t is_path; in match_rule_to_string() local
222 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() argument
426 if (is_path) in bus_match_rule_set_arg()
723 dbus_bool_t is_path; in bus_match_rule_parse_arg_match() local
763 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() local
1682 is_path = (rule->arg_lens[i] & BUS_MATCH_ARG_IS_PATH) != 0; in match_rule_matches()
1700 if (is_path) in match_rule_matches()