Searched refs:normal_path (Results 1 – 1 of 1) sorted by relevance
172 char* normal_path; in ped_device_get() local175 normal_path = canonicalize_file_name (path); in ped_device_get()176 if (!normal_path) in ped_device_get()179 normal_path = strdup (path); in ped_device_get()180 if (!normal_path) in ped_device_get()184 if (!strcmp (walk->path, normal_path)) { in ped_device_get()185 ped_free (normal_path); in ped_device_get()190 walk = ped_architecture->dev_ops->_new (normal_path); in ped_device_get()191 ped_free (normal_path); in ped_device_get()