Lines Matching full:is_path
243 dbus_bool_t is_path, is_namespace;
251 is_path = (rule->arg_lens[i] & BUS_MATCH_ARG_IS_PATH) != 0;
257 is_path ? "path" :
411 dbus_bool_t is_path,
476 if (is_path)
776 dbus_bool_t is_path = FALSE;
813 is_path = TRUE;
854 if (!bus_match_rule_set_arg (rule, arg, value, is_path, is_namespace))
1859 dbus_bool_t is_path, is_namespace;
1863 is_path = (rule->arg_lens[i] & BUS_MATCH_ARG_IS_PATH) != 0;
1874 (!is_path || current_type != DBUS_TYPE_OBJECT_PATH))
1883 if (is_path)