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

/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old.c38 char *obj_path_only; local
50 obj_path_only = os_strdup(path);
51 if (obj_path_only == NULL)
54 next_sep = strchr(obj_path_only + dev_path_prefix_len, '/');
82 return obj_path_only;
H A Ddbus_new_helpers.c960 char *obj_path_only; local
975 obj_path_only = os_strdup(path);
976 if (obj_path_only == NULL)
979 pos = obj_path_only + dev_path_prefix_len;
982 return obj_path_only; /* no next item on the path */
989 return obj_path_only; /* no match */
993 return obj_path_only;

Completed in 83 milliseconds