Searched refs:obj_path_only (Results 1 – 2 of 2) sorted by relevance
959 char *obj_path_only; in wpas_dbus_new_decompose_object_path() local974 obj_path_only = os_strdup(path); in wpas_dbus_new_decompose_object_path()975 if (obj_path_only == NULL) in wpas_dbus_new_decompose_object_path()978 pos = obj_path_only + dev_path_prefix_len; in wpas_dbus_new_decompose_object_path()981 return obj_path_only; /* no next item on the path */ in wpas_dbus_new_decompose_object_path()988 return obj_path_only; /* no match */ in wpas_dbus_new_decompose_object_path()992 return obj_path_only; in wpas_dbus_new_decompose_object_path()
38 char *obj_path_only; in wpas_dbus_decompose_object_path() local50 obj_path_only = os_strdup(path); in wpas_dbus_decompose_object_path()51 if (obj_path_only == NULL) in wpas_dbus_decompose_object_path()54 next_sep = strchr(obj_path_only + dev_path_prefix_len, '/'); in wpas_dbus_decompose_object_path()82 return obj_path_only; in wpas_dbus_decompose_object_path()