Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c977 char *obj_path_only; in wpas_dbus_new_decompose_object_path() local
992 obj_path_only = os_strdup(path); in wpas_dbus_new_decompose_object_path()
993 if (obj_path_only == NULL) in wpas_dbus_new_decompose_object_path()
996 pos = obj_path_only + dev_path_prefix_len; in wpas_dbus_new_decompose_object_path()
999 return obj_path_only; /* no next item on the path */ in wpas_dbus_new_decompose_object_path()
1006 return obj_path_only; /* no match */ in wpas_dbus_new_decompose_object_path()
1010 return obj_path_only; in wpas_dbus_new_decompose_object_path()